From: Thadeu Lima de Souza Cascardo Date: Thu, 20 May 2010 10:24:56 +0000 (-0400) Subject: Some "build" fixes in char device. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fslides%2F.git;a=commitdiff_plain;h=2b83f66f016bbc07c04aa38821d0092c3f38cc93;hp=60dd03eab0dbb0930ebf32290f26aa1766112efa Some "build" fixes in char device. --- diff --git a/04char/chrdev b/04char/chrdev index a48e677..dbf422d 100644 --- a/04char/chrdev +++ b/04char/chrdev @@ -62,7 +62,7 @@ Do not forget to include linux/fs.h. * read * write * ioctl -* unlocked_ioctl +* unlocked\\_ioctl * llseek * poll * mmap @@ -88,7 +88,7 @@ major/minor numbers and pointers to the corresponding device representation. Nowadays, major number is 12 bits and minor number is 20 bits. This may change in the future, so macros should be used. -* include linux/kdev_t.h +* include linux/kdev\\_t.h * MAJOR * MINOR * MKDEV