summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/hwmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/hwmem.h b/include/linux/hwmem.h
index 6756085f72a..a2eb91d9d9a 100644
--- a/include/linux/hwmem.h
+++ b/include/linux/hwmem.h
@@ -12,11 +12,11 @@
#ifndef _HWMEM_H_
#define _HWMEM_H_
+#include <linux/types.h>
+
#if !defined(__KERNEL__) && !defined(_KERNEL)
-#include <stdint.h>
#include <sys/types.h>
#else
-#include <linux/types.h>
#include <linux/mm_types.h>
#endif