Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158812
b: refs/heads/master
c: e6f0b5c
h: refs/heads/master
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Jul 10, 2009
1 parent 61a7d91 commit b9bd62c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77cc9e43cee58303893f3a4fb8eaa2a3288c9c17
refs/heads/master: e6f0b5c2993609c576a0c45e86f7e5b6dd0ae421
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wl12xx-objs = main.o spi.o event.o wl1251_tx.o rx.o \
ps.o cmd.o acx.o boot.o init.o wl1251.o \
ps.o cmd.o acx.o boot.o init.o wl1251_ops.o \
debugfs.o
obj-$(CONFIG_WL12XX) += wl12xx.o
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "wl12xx.h"
#include "wl12xx_80211.h"
#include "reg.h"
#include "wl1251.h"
#include "wl1251_ops.h"
#include "spi.h"
#include "event.h"
#include "wl1251_tx.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <linux/kernel.h>
#include <linux/module.h>

#include "wl1251.h"
#include "wl1251_ops.h"
#include "reg.h"
#include "spi.h"
#include "boot.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
*
*/

#ifndef __WL1251_H__
#define __WL1251_H__
#ifndef __WL1251_OPS_H__
#define __WL1251_OPS_H__

#include <linux/bitops.h>

Expand Down

0 comments on commit b9bd62c

Please sign in to comment.