projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f227e08
)
tty: forgot to remove ipwireless from drivers/char/pcmcia/Makefile
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 25 Feb 2011 17:53:41 +0000
(09:53 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 25 Feb 2011 17:53:41 +0000
(09:53 -0800)
This caused a build error. Many thanks to Stephen Rothwell for pointing
this mistake out.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/pcmcia/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/pcmcia/Makefile
b/drivers/char/pcmcia/Makefile
index be8f287aa398f0a9697f9af30d4cda25b95ea1f0..0aae20985d5732059700e7fb50dec7d6573682a2 100644
(file)
--- a/
drivers/char/pcmcia/Makefile
+++ b/
drivers/char/pcmcia/Makefile
@@
-4,8
+4,6
@@
# Makefile for the Linux PCMCIA char device drivers.
#
-obj-y += ipwireless/
-
obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o
obj-$(CONFIG_CARDMAN_4000) += cm4000_cs.o
obj-$(CONFIG_CARDMAN_4040) += cm4040_cs.o