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/ipack.c | |
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/ipack.c')
-rw-r--r-- | drivers/ipack/ipack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ipack/ipack.c b/drivers/ipack/ipack.c index 6d5079de52b9..cc5498347acb 100644 --- a/drivers/ipack/ipack.c +++ b/drivers/ipack/ipack.c | |||
@@ -13,7 +13,8 @@ | |||
13 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
14 | #include <linux/idr.h> | 14 | #include <linux/idr.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include "ipack.h" | 16 | #include <linux/ipack.h> |
17 | #include "ipack_ids.h" | ||
17 | 18 | ||
18 | #define to_ipack_dev(device) container_of(device, struct ipack_device, dev) | 19 | #define to_ipack_dev(device) container_of(device, struct ipack_device, dev) |
19 | #define to_ipack_driver(drv) container_of(drv, struct ipack_driver, driver) | 20 | #define to_ipack_driver(drv) container_of(drv, struct ipack_driver, driver) |