diff options
Diffstat (limited to 'include/linux/c2port.h')
-rw-r--r-- | include/linux/c2port.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/c2port.h b/include/linux/c2port.h index a2f7d7413f30..4efabcb51347 100644 --- a/include/linux/c2port.h +++ b/include/linux/c2port.h @@ -9,11 +9,12 @@ * the Free Software Foundation */ -#include <linux/device.h> #include <linux/kmemcheck.h> #define C2PORT_NAME_LEN 32 +struct device; + /* * C2 port basic structs */ |