From 0eb6aa7562ae8db51c09b2c370a65f01b0ac1cff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 17 Nov 2015 15:15:08 +0100 Subject: device: fetch settings from external devices to make them usable for status output Signed-off-by: Felix Fietkau --- system-dummy.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system-dummy.c') diff --git a/system-dummy.c b/system-dummy.c index 76c6ffa..9c734ea 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -83,6 +83,10 @@ int system_if_down(struct device *dev) return 0; } +void system_if_get_settings(struct device *dev, struct device_settings *s) +{ +} + void system_if_clear_state(struct device *dev) { } -- cgit v1.2.1