diff options
| author | Guenter Roeck <[email protected]> | 2014-10-09 09:18:38 -0700 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2014-11-25 16:18:50 +0000 |
| commit | 7d082baa349e59ce3de6452abc05e5de6436aad4 (patch) | |
| tree | ed697d96c5c7d83c9d083a1a3b42144e7202c6a7 /include/linux | |
| parent | 6bdf891a17148a1b91beb603b09c599dc98eb4fb (diff) | |
mfd: ab8500-sysctrl: Drop ab8500_restart
ab8500_restart is not called from anywhere in the kernel, so drop it.
Signed-off-by: Guenter Roeck <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/abx500/ab8500-sysctrl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/abx500/ab8500-sysctrl.h b/include/linux/mfd/abx500/ab8500-sysctrl.h index adba89d9c660..689312745b2f 100644 --- a/include/linux/mfd/abx500/ab8500-sysctrl.h +++ b/include/linux/mfd/abx500/ab8500-sysctrl.h @@ -12,7 +12,6 @@ int ab8500_sysctrl_read(u16 reg, u8 *value); int ab8500_sysctrl_write(u16 reg, u8 mask, u8 value); -void ab8500_restart(char mode, const char *cmd); #else |