hwmon: (vexpress) rename vexpress hwmon implementation
authorSudeep Holla <sudeep.holla@arm.com>
Fri, 29 Jan 2016 17:35:52 +0000 (17:35 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 5 Mar 2016 14:25:33 +0000 (06:25 -0800)
commitc32f5eff2db51f0126b0a4e42bdefea2d9d2872e
tree661fb32258a1372fb34bc4f8b5483d2e9f100e22
parentfc77dbd34c5c99bce46d40a2491937c3bcbd10af
hwmon: (vexpress) rename vexpress hwmon implementation

The vexpress hwmon implementation is currently just called vexpress.
This is a problem because it clashes with another module with the same
name in regulators.

This patch renames the vexpress hwmon implementation to vexpress-hwmon
so that there will be no clash in the module namespace.

Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Jean Delvare <jdelvare@suse.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: lm-sensors@lm-sensors.org
Reported-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Makefile
drivers/hwmon/vexpress-hwmon.c [new file with mode: 0644]
drivers/hwmon/vexpress.c [deleted file]