diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-05-04 20:27:15 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-05-04 21:00:01 +0200 |
| commit | ea6fa640194430b19f89eb886b56da203ceeec5c (patch) | |
| tree | 110f1f7919894b2fcdb907b206b347ddb0a7f35b /include/mach | |
| parent | e8e03e0f974b43ca47b8a0d8fa817889e012cc81 (diff) | |
um: fix build
Diffstat (limited to 'include/mach')
| -rw-r--r-- | include/mach/mtk_rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mach/mtk_rtc.h b/include/mach/mtk_rtc.h index 555b47265..828c065fe 100644 --- a/include/mach/mtk_rtc.h +++ b/include/mach/mtk_rtc.h @@ -3,7 +3,9 @@ #include <linux/ioctl.h> #include <linux/rtc.h> +#ifdef CONFIG_ARM64 #include <mach/mt_typedefs.h> +#endif typedef enum { RTC_GPIO_USER_WIFI = 8, |
