projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* adding network config for olpc
[openwrt.git]
/
package
/
b43
/
src
/
pcmcia.c
diff --git
a/package/b43/src/pcmcia.c
b/package/b43/src/pcmcia.c
index
3e75a8a
..
b242a9a
100644
(file)
--- a/
package/b43/src/pcmcia.c
+++ b/
package/b43/src/pcmcia.c
@@
-21,6
+21,8
@@
*/
*/
+#include "pcmcia.h"
+
#include <linux/ssb/ssb.h>
#include <pcmcia/cs_types.h>
#include <linux/ssb/ssb.h>
#include <pcmcia/cs_types.h>
@@
-30,6
+32,7
@@
#include <pcmcia/ds.h>
#include <pcmcia/cisreg.h>
#include <pcmcia/ds.h>
#include <pcmcia/cisreg.h>
+
static /*const */ struct pcmcia_device_id b43_pcmcia_tbl[] = {
PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x448),
PCMCIA_DEVICE_NULL,
static /*const */ struct pcmcia_device_id b43_pcmcia_tbl[] = {
PCMCIA_DEVICE_MANF_CARD(0x2D0, 0x448),
PCMCIA_DEVICE_NULL,
This page took
0.02544 seconds
and
4
git commands to generate.