mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix ar7 compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7331 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/cdev.h>
|
||||
|
||||
#include <asm/gpio.h>
|
||||
#include <gpio.h>
|
||||
|
||||
#define DRVNAME "ar7_gpio"
|
||||
#define LONGNAME "TI AR7 GPIOs Driver"
|
||||
|
||||
@@ -25,8 +25,7 @@
|
||||
#include <linux/leds.h>
|
||||
#include <linux/err.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include <asm/gpio.h>
|
||||
#include <gpio.h>
|
||||
|
||||
#define DRVNAME "ar7-leds"
|
||||
#define LONGNAME "TI AR7 LEDs driver"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <linux/phy.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <asm/ar7/ar7.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <gpio.h>
|
||||
|
||||
MODULE_AUTHOR("Eugene Konev");
|
||||
MODULE_DESCRIPTION("TI AR7 ethernet driver (CPMAC)");
|
||||
|
||||
Reference in New Issue
Block a user