From: Paul Bolle Date: Tue, 11 Feb 2014 12:23:07 +0000 (+0100) Subject: USB: ELAN: Remove useless "default M" lines X-Git-Tag: v3.15-rc1~137^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea17c7c6ad3176fede61b07d5dc6a9abe665fa1a;p=pandora-kernel.git USB: ELAN: Remove useless "default M" lines The Kconfig entries for USB_U132_HCD and USB_FTDI_ELAN default to (uppercase) "M". But in Kconfig (lowercase) "m" is a magic symbol. "M" is an ordinary symbol. As "M" is never set these Kconfig symbols will also not be set by default. Since I'm not aware of a reason why these driver should be set by default, let's just drop these lines (that basically do nothing). Signed-off-by: Paul Bolle Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed