aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-03-03 16:25:44 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-03-03 16:25:44 +0100
commit0ede69dfe5f7326417002201826af59236b01c5b (patch)
treebfe276270853996e8712f59f38705492139920b4
parentd42ea2b47c8285d4418bf37873654cc3e130aa5e (diff)
rename to at76_usb.*
-rw-r--r--Makefile2
-rw-r--r--at76_usb.c (renamed from at76c503.c)2
-rw-r--r--at76_usb.h (renamed from at76c503.h)0
3 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e3667df..2e90fe3 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,6 @@ KERNELRELEASE = $(shell sed -ne 's/"//g;s/^\#define UTS_RELEASE //p' \
obj-m = at76_usb.o
-at76_usb-objs = at76c503.o
-
SRCS = at76c503.c at76c503.h
SPECFILE = at76c503a.spec
diff --git a/at76c503.c b/at76_usb.c
index fb67552..ff5da6a 100644
--- a/at76c503.c
+++ b/at76_usb.c
@@ -45,7 +45,7 @@
#include <asm/arch-sa1100/h3600.h>
#endif
-#include "at76c503.h"
+#include "at76_usb.h"
/* Version Information */
#define DRIVER_NAME "at76_usb"
diff --git a/at76c503.h b/at76_usb.h
index 8af15aa..8af15aa 100644
--- a/at76c503.h
+++ b/at76_usb.h