aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/vio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64/vio.h')
-rw-r--r--include/asm-ppc64/vio.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-ppc64/vio.h b/include/asm-ppc64/vio.h
index 85420bb37d58..03f1b95f433b 100644
--- a/include/asm-ppc64/vio.h
+++ b/include/asm-ppc64/vio.h
@@ -19,6 +19,7 @@
19#include <linux/errno.h> 19#include <linux/errno.h>
20#include <linux/device.h> 20#include <linux/device.h>
21#include <linux/dma-mapping.h> 21#include <linux/dma-mapping.h>
22#include <linux/mod_devicetable.h>
22 23
23#include <asm/hvcall.h> 24#include <asm/hvcall.h>
24#include <asm/scatterlist.h> 25#include <asm/scatterlist.h>
@@ -52,11 +53,6 @@ struct vio_dev {
52 struct device dev; 53 struct device dev;
53}; 54};
54 55
55struct vio_device_id {
56 char *type;
57 char *compat;
58};
59
60struct vio_driver { 56struct vio_driver {
61 struct list_head node; 57 struct list_head node;
62 char *name; 58 char *name;