diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-11 23:02:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-11 23:02:53 -0700 |
| commit | 3a2d85eabe55ed976c74a4fc2c7dd079a0ba8bcc (patch) | |
| tree | 7c1725bfcb5e8a9d235d4c5bccbf9d646067bdfb /include/linux/device.h | |
| parent | 17ec30a37eb34530738ce15ffe6c5057f22b5cd9 (diff) | |
[PATCH] Kill duplicate #include <linux_ioport.h>
From: Rusty Russell <rusty@rustcorp.com.au>
include/linux/device.h includes include/linux/ioport.h twice.
Diffstat (limited to 'include/linux/device.h')
| -rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 28e101a77070..9bc07b556eea 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -17,7 +17,6 @@ #include <linux/list.h> #include <linux/spinlock.h> #include <linux/types.h> -#include <linux/ioport.h> #include <linux/module.h> #include <linux/pm.h> #include <asm/semaphore.h> |
