OSDN Git Service

fix compiling errors on x86
[android-x86/kernel.git] / drivers / rtc / alarm-dev.c
index 686e6f7..f069dd5 100644 (file)
@@ -13,7 +13,9 @@
  *
  */
 
+#ifndef __i386__
 #include <asm/mach/time.h>
+#endif
 #include <linux/android_alarm.h>
 #include <linux/device.h>
 #include <linux/miscdevice.h>