From: Johannes Berg Date: Wed, 19 Nov 2014 21:13:10 +0000 (+0100) Subject: brcmfmac: don't include linux/unaligned/access_ok.h X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~83^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d69c60c44134f64945bbf6a6dfda22eaf4a214;p=pandora-kernel.git brcmfmac: don't include linux/unaligned/access_ok.h This is a specific implementation, is the multiplexer that has the arch-specific knowledge of which of the implementations needs to be used, so include that. This issue was revealed by kbuild testing when was added in resulting in redefinition of get_unaligned_be16 (and probably others). Cc: stable@vger.kernel.org # v3.17 Reported-by: Fengguang Wu Signed-off-by: Johannes Berg Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed