diff options
Diffstat (limited to 'target/linux/atheros/patches-3.18/210-reset_button.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/210-reset_button.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.18/210-reset_button.patch b/target/linux/atheros/patches-3.18/210-reset_button.patch index 7eee86ab65..8ba58ed495 100644 --- a/target/linux/atheros/patches-3.18/210-reset_button.patch +++ b/target/linux/atheros/patches-3.18/210-reset_button.patch @@ -17,7 +17,7 @@ +#include <linux/platform_device.h> +#include <linux/gpio_keys.h> +#include <linux/input.h> -+#include <ar231x_platform.h> ++#include <ath25_platform.h> +#include <ar231x.h> +#include "devices.h" + |