aboutsummaryrefslogtreecommitdiff
path: root/include/linux/c2port.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/c2port.h')
-rw-r--r--include/linux/c2port.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/c2port.h b/include/linux/c2port.h
index a2f7d7413f3..4efabcb5134 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
*/