]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00269945: reset: add dummy device_reset() for !CONFIG_RESET_CONTROLLER build
authorShawn Guo <shawn.guo@freescale.com>
Sun, 14 Jul 2013 13:35:49 +0000 (21:35 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:53:46 +0000 (09:53 +0800)
commit5a5e21c11d147060523926a0f9a279cefa3f7956
treee84ee9e909e57ab03d854627537995cea4c29351
parentb61ee544c878df69cd2e512f4b769d54e939e5af
ENGR00269945: reset: add dummy device_reset() for !CONFIG_RESET_CONTROLLER build

Add dummy device_reset() function for !CONFIG_RESET_CONTROLLER build,
so that we do not have to add #ifdef CONFIG_RESET_CONTROLLER in every
single client device drivers that call the function.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
include/linux/reset.h