mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -11,9 +11,7 @@
|
|||||||
#ifndef _AR71XX_DEV_AP91_PCI_H
|
#ifndef _AR71XX_DEV_AP91_PCI_H
|
||||||
#define _AR71XX_DEV_AP91_PCI_H
|
#define _AR71XX_DEV_AP91_PCI_H
|
||||||
|
|
||||||
#include <linux/spi/flash.h>
|
#if defined(CONFIG_AR71XX_DEV_AP91_PCI)
|
||||||
|
|
||||||
#if defined(CONFIG_AR71XX_DEV_AP94_PCI)
|
|
||||||
void ap91_pci_init(u8 *cal_data, u8 *mac_addr) __init;
|
void ap91_pci_init(u8 *cal_data, u8 *mac_addr) __init;
|
||||||
#else
|
#else
|
||||||
static inline void ap91_pci_init(u8 *cal_data, u8 *mac_addr) { }
|
static inline void ap91_pci_init(u8 *cal_data, u8 *mac_addr) { }
|
||||||
|
|||||||
@@ -11,8 +11,6 @@
|
|||||||
#ifndef _AR71XX_DEV_AP94_PCI_H
|
#ifndef _AR71XX_DEV_AP94_PCI_H
|
||||||
#define _AR71XX_DEV_AP94_PCI_H
|
#define _AR71XX_DEV_AP94_PCI_H
|
||||||
|
|
||||||
#include <linux/spi/flash.h>
|
|
||||||
|
|
||||||
#if defined(CONFIG_AR71XX_DEV_AP94_PCI)
|
#if defined(CONFIG_AR71XX_DEV_AP94_PCI)
|
||||||
void ap94_pci_init(u8 *cal_data0, u8 *mac_addr0,
|
void ap94_pci_init(u8 *cal_data0, u8 *mac_addr0,
|
||||||
u8 *cal_data1, u8 *mac_addr1) __init;
|
u8 *cal_data1, u8 *mac_addr1) __init;
|
||||||
|
|||||||
Reference in New Issue
Block a user