mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
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
@ -19,9 +19,8 @@
|
||||
#include "machtypes.h"
|
||||
#include <asm/mach-ath79/ar71xx_regs.h>
|
||||
#include <asm/mach-ath79/ath79.h>
|
||||
#include <linux/gpio.h>
|
||||
#include "common.h"
|
||||
#include "gpio.h"
|
||||
#include "linux/gpio.h"
|
||||
|
||||
// Uncomment to have reset on gpio18 instead of gipo7
|
||||
#define DS2_B
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <linux/delay.h>
|
||||
#include <linux/leds-nu801.h>
|
||||
|
||||
#include <asm/gpio.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/of_gpio.h>
|
||||
|
||||
#define MAX_NAME_LENGTH 24
|
||||
|
Loading…
x
Reference in New Issue
Block a user