Add #includes needed to permit the removal of asm/system.h
[firefly-linux-kernel-4.4.55.git] / drivers / staging / crystalhd / bc_dts_defs.h
index 8cd51a7aad8ec7e0f6e8c4693fc846e7d7f37ab8..647e116e10deefc7fd4ea6e7ac87c986b53c78f8 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef _BC_DTS_DEFS_H_
 #define _BC_DTS_DEFS_H_
 
+#include <linux/types.h>
+
 /* BIT Mask */
 #define BC_BIT(_x)             (1 << (_x))