diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2012-11-02 00:55:43 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-11-02 01:31:20 +0100 |
commit | eaa7cc60f7dff5e74ef387ace8228235fab8241b (patch) | |
tree | 4f590582b3bf8dcab75507810b9996aa1499522f /MAINTAINERS | |
parent | hwmon, fam15h_power: Change email address, MAINTAINERS entry (diff) | |
download | linux-eaa7cc60f7dff5e74ef387ace8228235fab8241b.tar.xz linux-eaa7cc60f7dff5e74ef387ace8228235fab8241b.zip |
hwmon: Only include of_match_table with CONFIG_OF_GPIO
The following fixes build errors on sparc. Without any DT support,
of_match_ptr is NULL and the below is a no-op. However, if just
CONFIG_OF is defined then so is of_match_ptr.
All useful parts of the gpio-fan DT support rely on CONFIG_OF_GPIO
anyway, so of_match_table should too.
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions