]> Pileus Git - ~andy/linux/blobdiff - kernel/kfifo.c
kfifo: Use "const" definitions
[~andy/linux] / kernel / kfifo.c
index 26539e3228e50f81ca892122a23b6bd1fcf98fe6..3765ff3c1bbe780118d6c04ec6391056dfda8f8a 100644 (file)
@@ -117,7 +117,7 @@ EXPORT_SYMBOL(kfifo_free);
  * writer, you don't need extra locking to use these functions.
  */
 unsigned int __kfifo_put(struct kfifo *fifo,
-                        unsigned char *buffer, unsigned int len)
+                       const unsigned char *buffer, unsigned int len)
 {
        unsigned int l;