compat-drivers: add import to fix compile error
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 28 Nov 2012 23:07:48 +0000 (00:07 +0100)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 29 Nov 2012 21:09:24 +0000 (13:09 -0800)
commit2eea2af4bc7cb263ff69e91c50914be1de17dda1
tree3b10dac979fdb4d10e19ba9beea3fe8879505072
parent59286b75a7300b34383692c59fab8626829edf55
compat-drivers: add import to fix compile error

On kernel version <= 2.6.28, I saw the following compile error without
this patch:

/net/wireless/util.c: In function ‘cfg80211_get_p2p_attr’:
/net/wireless/util.c:1120:4: error: implicit declaration of function
‘get_unaligned_le16’ [-Werror=implicit-function-declaration]

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
patches/network/06-header-changes.patch