ia64/xen-unstable
changeset 6924:8bc44f718714
Small cleanup to tpm split driver.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Sat Sep 17 08:26:11 2005 +0000 (2005-09-17) |
parents | 03b58a6f498e |
children | 7e7d93aa4072 b6ee902f83f4 |
files | linux-2.6-xen-sparse/drivers/xen/tpmback/common.h linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/tpmback/common.h Sat Sep 17 08:25:30 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/tpmback/common.h Sat Sep 17 08:26:11 2005 +0000 1.3 @@ -14,7 +14,6 @@ 1.4 #include <asm-xen/xen-public/io/tpmif.h> 1.5 #include <asm/io.h> 1.6 #include <asm/pgalloc.h> 1.7 -#include <asm-xen/xen-public/io/domain_controller.h> 1.8 1.9 #if 0 1.10 #define ASSERT(_p) \
2.1 --- a/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c Sat Sep 17 08:25:30 2005 +0000 2.2 +++ b/linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c Sat Sep 17 08:26:11 2005 +0000 2.3 @@ -46,7 +46,6 @@ 2.4 #include <asm-xen/xen-public/io/tpmif.h> 2.5 #include <asm/uaccess.h> 2.6 #include <asm-xen/xenbus.h> 2.7 -#include <asm-xen/xen-public/io/domain_controller.h> 2.8 #include <asm-xen/xen-public/grant_table.h> 2.9 2.10 #include "tpmfront.h"