diff options
Diffstat (limited to 'kernel/tracepoint.c')
| -rw-r--r-- | kernel/tracepoint.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kernel/tracepoint.c b/kernel/tracepoint.c index 26efd22f0633..3f659f855074 100644 --- a/kernel/tracepoint.c +++ b/kernel/tracepoint.c @@ -50,7 +50,7 @@ static bool ok_to_free_tracepoints;   */  struct tp_probes {  	struct rcu_head rcu; -	struct tracepoint_func probes[0]; +	struct tracepoint_func probes[];  };  static inline void *allocate_probes(int count) |