https://github.com/torvalds/linux
Revision 8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84 authored by Alf Høgemark on 04 April 2012, 16:27:09 UTC, committed by Chris Ball on 06 April 2012, 00:32:33 UTC
This patch fixes a compile error in drivers/mmc/host/sdhci-dove.c
by including the linux/module.h file.

Signed-off-by: Alf Høgemark <alf@i100.no>
Cc: <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
1 parent 4188bba
Raw File
Tip revision: 8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84 authored by Alf Høgemark on 04 April 2012, 16:27:09 UTC
mmc: sdhci-dove: Fix compile error by including module.h
Tip revision: 8c2fc8e
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top