summaryrefslogtreecommitdiff
blob: 332680d9c5d61caa5fbaa3bc7ebe7a79ec7900e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- kmodule/mfifo.h
+++ kmodule/mfifo.h
@@ -20,7 +20,11 @@
 
 	void (*wrap) (mfifo_t *fifo, int *ending);
 	int  (*space) (mfifo_t *fifo);
-};
+}
+#ifdef __no_const
+__no_const
+#endif
+;
 
 struct _mfifo {
 	/* struct circ_buf header; */