staging/wilc1000: remove linux_wlan_{device_power,device_detection}
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2015 14:04:58 +0000 (15:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:19:20 +0000 (14:19 -0800)
commit25ad41cb25142a8b50164ce7b4b9565173f3d48f
treebaf335a54248a5fab2cdcc4a65f86f858c3ab08c
parent15162fbc78a74a5910e84ad310934aab6b84be02
staging/wilc1000: remove linux_wlan_{device_power,device_detection}

The driver provides an interface for custom power management
and detection that is meant to be filled by people customizing
the driver. The default implementation of this is empty, and
we don't actually want people to have to modify the source code.

If anybody needs this, they need to describe the respective
hardware specifics using device tree or platform data and make
the driver handle this is a more general way.

This removes the empty stubs.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
This page took 0.026781 seconds and 5 git commands to generate.