aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2012-10-01 11:43:49 -0400
committerDavid S. Miller <[email protected]>2012-10-01 18:07:39 -0400
commitde0a41484c47d783dd4d442914815076aa2caac2 (patch)
treeb789a2930a3d4e3c1cfc555ec082d812453feea5 /lib/string_helpers.c
parentd4e62648274857a2b3a5bc62f910c062e71b2d9b (diff)
tg3: unconditionally select HWMON support when tg3 is enabled.
There is the seldom used corner case where HWMON=m at the same time as TIGON3=y (typically randconfigs) which will cause a link fail like: drivers/built-in.o: In function `tg3_close': tg3.c:(.text+0x16bd86): undefined reference to `hwmon_device_unregister' drivers/built-in.o: In function `tg3_hwmon_open': tg3.c:(.text+0x16fc4b): undefined reference to `hwmon_device_register' make[1]: *** [vmlinux] Error 1 Fix it as suggested by DaveM[1] by having the Kconfig logic simply select HWMON when TIGON3 is selected. This gets rid of all the extra IS_ENABLED ifdeffery in tg3.c as a side benefit. [1] http://marc.info/?l=linux-netdev&m=134250573718151&w=2 Cc: Michael Chan <[email protected]> Reported-by: Benjamin Herrenschmidt <[email protected]> Reported-by: Anisse Astier <[email protected]> Suggested-by: David S. Miller <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions