aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/greybus/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/greybus/module.h')
-rw-r--r--include/linux/greybus/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/greybus/module.h b/include/linux/greybus/module.h
index 47b839af145d..3efe2133acfd 100644
--- a/include/linux/greybus/module.h
+++ b/include/linux/greybus/module.h
@@ -23,7 +23,7 @@ struct gb_module {
bool disconnected;
- struct gb_interface *interfaces[0];
+ struct gb_interface *interfaces[];
};
#define to_gb_module(d) container_of(d, struct gb_module, dev)