ARM: imx: include hardware.h rather than mach/hardware.h
[deliverable/linux.git] / arch / arm / mach-imx / devices / platform-gpio_keys.c
index 3f8727952ed957a79f9cc68179e7d7a133426ad0..486282539c76e72dd01e7dfefa317491f1cedb4f 100644 (file)
@@ -16,7 +16,8 @@
  * Boston, MA  02110-1301, USA.
  */
 #include <asm/sizes.h>
-#include <mach/hardware.h>
+
+#include "../hardware.h"
 #include "devices-common.h"
 
 struct platform_device *__init imx_add_gpio_keys(
This page took 0.024628 seconds and 5 git commands to generate.