diff options
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 2012-11-16 13:33:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-16 14:29:35 -0500 |
commit | 27cf2d1b873fc50a2c0388253ec666fa4c61bfd4 (patch) | |
tree | e18e8e4a238ba3e171e642cd8f7c896731917583 /drivers/ipack/devices/ipoctal.c | |
parent | 7dbce021a6df9d4812385d11729140829abc3f95 (diff) |
ipack: remove ipack_ids.h file
Its contents are merged into ipack.h. So this file is not needed.
Doing that, it simplifies the ipack-related driver development.
Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/ipack/devices/ipoctal.c')
-rw-r--r-- | drivers/ipack/devices/ipoctal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ipack/devices/ipoctal.c b/drivers/ipack/devices/ipoctal.c index 7f568e268a1e..c06ab396e84f 100644 --- a/drivers/ipack/devices/ipoctal.c +++ b/drivers/ipack/devices/ipoctal.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/atomic.h> | 23 | #include <linux/atomic.h> |
24 | #include <linux/io.h> | 24 | #include <linux/io.h> |
25 | #include <linux/ipack.h> | 25 | #include <linux/ipack.h> |
26 | #include "../ipack_ids.h" | ||
27 | #include "ipoctal.h" | 26 | #include "ipoctal.h" |
28 | #include "scc2698.h" | 27 | #include "scc2698.h" |
29 | 28 | ||