diff options
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 2012-11-16 13:33:45 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-16 14:29:35 -0500 |
commit | 7dbce021a6df9d4812385d11729140829abc3f95 (patch) | |
tree | edc216569234ff566e84bc692800f4f945658925 /drivers/ipack/carriers/tpci200.h | |
parent | 14dc124f1b2feebe1883bb8b51545d26eaca99b7 (diff) |
ipack: move header files to include/linux
Move ipack header files to include/linux/ directory where they belong.
Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/ipack/carriers/tpci200.h')
-rw-r--r-- | drivers/ipack/carriers/tpci200.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ipack/carriers/tpci200.h b/drivers/ipack/carriers/tpci200.h index 8d9be277b34d..a7a151dab83c 100644 --- a/drivers/ipack/carriers/tpci200.h +++ b/drivers/ipack/carriers/tpci200.h | |||
@@ -20,8 +20,7 @@ | |||
20 | #include <linux/spinlock.h> | 20 | #include <linux/spinlock.h> |
21 | #include <linux/swab.h> | 21 | #include <linux/swab.h> |
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | 23 | #include <linux/ipack.h> | |
24 | #include "../ipack.h" | ||
25 | 24 | ||
26 | #define TPCI200_NB_SLOT 0x4 | 25 | #define TPCI200_NB_SLOT 0x4 |
27 | #define TPCI200_NB_BAR 0x6 | 26 | #define TPCI200_NB_BAR 0x6 |