ar71xx: fix a few include errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48562
This commit is contained in:
parent
83b62a56db
commit
e5b5cce442
2 changed files with 2 additions and 3 deletions
|
@ -19,9 +19,8 @@
|
||||||
#include "machtypes.h"
|
#include "machtypes.h"
|
||||||
#include <asm/mach-ath79/ar71xx_regs.h>
|
#include <asm/mach-ath79/ar71xx_regs.h>
|
||||||
#include <asm/mach-ath79/ath79.h>
|
#include <asm/mach-ath79/ath79.h>
|
||||||
|
#include <linux/gpio.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "gpio.h"
|
|
||||||
#include "linux/gpio.h"
|
|
||||||
|
|
||||||
// Uncomment to have reset on gpio18 instead of gipo7
|
// Uncomment to have reset on gpio18 instead of gipo7
|
||||||
#define DS2_B
|
#define DS2_B
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/leds-nu801.h>
|
#include <linux/leds-nu801.h>
|
||||||
|
|
||||||
#include <asm/gpio.h>
|
#include <linux/gpio.h>
|
||||||
#include <linux/of_gpio.h>
|
#include <linux/of_gpio.h>
|
||||||
|
|
||||||
#define MAX_NAME_LENGTH 24
|
#define MAX_NAME_LENGTH 24
|
||||||
|
|
Loading…
Reference in a new issue