diff options
Diffstat (limited to 'include/asm-sparc64/vdev.h')
-rw-r--r-- | include/asm-sparc64/vdev.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-sparc64/vdev.h b/include/asm-sparc64/vdev.h index ebaac41a6e1a..996e6be7b976 100644 --- a/include/asm-sparc64/vdev.h +++ b/include/asm-sparc64/vdev.h | |||
@@ -7,12 +7,10 @@ | |||
7 | #define _SPARC64_VDEV_H | 7 | #define _SPARC64_VDEV_H |
8 | 8 | ||
9 | #include <linux/types.h> | 9 | #include <linux/types.h> |
10 | #include <asm/oplib.h> | ||
11 | 10 | ||
12 | extern u32 sun4v_vdev_devhandle; | 11 | extern u32 sun4v_vdev_devhandle; |
13 | extern int sun4v_vdev_root; | 12 | extern int sun4v_vdev_root; |
14 | extern struct linux_prom_pci_intmap *sun4v_vdev_intmap; | 13 | |
15 | extern int sun4v_vdev_num_intmap; | 14 | extern unsigned int sun4v_vdev_device_interrupt(unsigned int); |
16 | extern struct linux_prom_pci_intmap sun4v_vdev_intmask; | ||
17 | 15 | ||
18 | #endif /* !(_SPARC64_VDEV_H) */ | 16 | #endif /* !(_SPARC64_VDEV_H) */ |