Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: fix the build breakage cuased by telephony drivers

Fix build error caused by commit:

6222d7a17745f6e48fddda7245e4bb0d58bfeaf0
telephony: Move to staging

The telephony driver was moved to staging but the Makefiles
weren't updated

Cc: Joe Perches <joe@perches.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tomas Winkler and committed by
Greg Kroah-Hartman
d8e4cd99 2d9ebe77

+1 -1
-1
drivers/Makefile
··· 86 86 obj-$(CONFIG_HWMON) += hwmon/ 87 87 obj-$(CONFIG_THERMAL) += thermal/ 88 88 obj-$(CONFIG_WATCHDOG) += watchdog/ 89 - obj-$(CONFIG_PHONE) += telephony/ 90 89 obj-$(CONFIG_MD) += md/ 91 90 obj-$(CONFIG_BT) += bluetooth/ 92 91 obj-$(CONFIG_ACCESSIBILITY) += accessibility/
+1
drivers/staging/Makefile
··· 58 58 obj-$(CONFIG_DRM_OMAP) += omapdrm/ 59 59 obj-$(CONFIG_ANDROID) += android/ 60 60 obj-$(CONFIG_RAMSTER) += ramster/ 61 + obj-$(CONFIG_PHONE) += telephony/