diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-25 17:12:20 -0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-08-25 17:16:57 -0400 |
commit | 33343723cfad49efa16a8f9d97cc1ae9fe088fa1 (patch) | |
tree | 2c986049d0dcf81018c0be02521f945e15c51bde /drivers/pcmcia/soc_common.h | |
parent | 79ba6757277ea7228480bee4c56c0f028f806b91 (diff) |
pcmcia: cs_internal.h is internal
cs_internal.h is meant for definitions internal to the PCMCIA core modules.
It must not be included by PCMCIA socket drivers or by PCMCIA device drivers.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'drivers/pcmcia/soc_common.h')
-rw-r--r-- | drivers/pcmcia/soc_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/soc_common.h b/drivers/pcmcia/soc_common.h index 8e4cc92bbe73..38c67375f363 100644 --- a/drivers/pcmcia/soc_common.h +++ b/drivers/pcmcia/soc_common.h | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <pcmcia/cs.h> | 15 | #include <pcmcia/cs.h> |
16 | #include <pcmcia/ss.h> | 16 | #include <pcmcia/ss.h> |
17 | #include <pcmcia/cistpl.h> | 17 | #include <pcmcia/cistpl.h> |
18 | #include "cs_internal.h" | ||
19 | 18 | ||
20 | 19 | ||
21 | struct device; | 20 | struct device; |