summaryrefslogtreecommitdiff
path: root/system-dummy.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-09 22:52:37 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-09 22:52:37 +0200
commit49a8c2cecb4e1a54b986d9768c8f1f912365ac8b (patch)
tree051f3ca7d37970eb939ed4cdbe755cecf84cafe3 /system-dummy.c
parent43d8e8e91a67ba6ecb87621c51614d6325fde7ae (diff)
downloadnetifd-49a8c2cecb4e1a54b986d9768c8f1f912365ac8b.tar.gz
remove a bogus return statement
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/system-dummy.c b/system-dummy.c
index 00a9b2a..31bfac8 100644
--- a/system-dummy.c
+++ b/system-dummy.c
@@ -66,7 +66,6 @@ int system_if_down(struct device *dev)
void system_if_clear_state(struct device *dev)
{
- return 0;
}
int system_if_check(struct device *dev)