mfd: Remove build time warning for WM835x register default tables
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 24 Nov 2009 11:16:45 +0000 (11:16 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 13 Dec 2009 18:21:53 +0000 (19:21 +0100)
commitd7f81c4416a2246c8f03441d52a219af7c109850
tree4cfdef4154f6d016b11029debb9be201802e3aaa
parent01253503822868faa48973f680a921985388352b
mfd: Remove build time warning for WM835x register default tables

Systems using the WM835x need to choose which of the default register
settings are required on the system.  Currently there is a compile time
warning as well as a runtime error intended to flag up to users that
this is required but this also triggers for people building the driver
in order to obtain build coverage.

Remove the build warning, leaving only the runtime error, in order to
reduce noise for people doing generic kernel work.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8350-regmap.c