diff options
-rw-r--r-- | include/linux/quota.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index 5ac9de4fcd6f..ca9772c8e48b 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h | |||
@@ -267,7 +267,6 @@ struct dqstats { | |||
267 | struct percpu_counter counter[_DQST_DQSTAT_LAST]; | 267 | struct percpu_counter counter[_DQST_DQSTAT_LAST]; |
268 | }; | 268 | }; |
269 | 269 | ||
270 | extern struct dqstats *dqstats_pcpu; | ||
271 | extern struct dqstats dqstats; | 270 | extern struct dqstats dqstats; |
272 | 271 | ||
273 | static inline void dqstats_inc(unsigned int type) | 272 | static inline void dqstats_inc(unsigned int type) |