diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-07-31 19:05:43 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-31 19:05:43 +0200 |
commit | 2ff55fefc32bc8ead7eb46287e4daf0c2d83dafa (patch) | |
tree | b075497ae0dd6783d50d218c5c2d13ca9ef49bc6 /net/ieee80211/Makefile | |
parent | [PATCH] include/net/ieee80211.h must #include <linux/wireless.h> (diff) | |
download | linux-2ff55fefc32bc8ead7eb46287e4daf0c2d83dafa.tar.xz linux-2ff55fefc32bc8ead7eb46287e4daf0c2d83dafa.zip |
ieee80211: trim trailing whitespace
Diffstat (limited to '')
-rw-r--r-- | net/ieee80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/Makefile b/net/ieee80211/Makefile index 29be9cae1def..a6ccac5baea8 100644 --- a/net/ieee80211/Makefile +++ b/net/ieee80211/Makefile @@ -1,4 +1,4 @@ -obj-$(CONFIG_IEEE80211) += ieee80211.o +obj-$(CONFIG_IEEE80211) += ieee80211.o obj-$(CONFIG_IEEE80211) += ieee80211_crypt.o obj-$(CONFIG_IEEE80211_CRYPT_WEP) += ieee80211_crypt_wep.o obj-$(CONFIG_IEEE80211_CRYPT_CCMP) += ieee80211_crypt_ccmp.o |