mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02:00
ar71xx: remove unnecessary includes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18931 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
363dee3c8e
commit
062c1129db
@ -11,9 +11,7 @@
|
||||
#ifndef _AR71XX_DEV_AP91_PCI_H
|
||||
#define _AR71XX_DEV_AP91_PCI_H
|
||||
|
||||
#include <linux/spi/flash.h>
|
||||
|
||||
#if defined(CONFIG_AR71XX_DEV_AP94_PCI)
|
||||
#if defined(CONFIG_AR71XX_DEV_AP91_PCI)
|
||||
void ap91_pci_init(u8 *cal_data, u8 *mac_addr) __init;
|
||||
#else
|
||||
static inline void ap91_pci_init(u8 *cal_data, u8 *mac_addr) { }
|
||||
|
@ -11,8 +11,6 @@
|
||||
#ifndef _AR71XX_DEV_AP94_PCI_H
|
||||
#define _AR71XX_DEV_AP94_PCI_H
|
||||
|
||||
#include <linux/spi/flash.h>
|
||||
|
||||
#if defined(CONFIG_AR71XX_DEV_AP94_PCI)
|
||||
void ap94_pci_init(u8 *cal_data0, u8 *mac_addr0,
|
||||
u8 *cal_data1, u8 *mac_addr1) __init;
|
||||
|
Loading…
Reference in New Issue
Block a user