]> git.baikalelectronics.ru Git - kernel.git/commit
shm: fix unused warnings on nommu
authorMike Frysinger <vapier@gentoo.org>
Tue, 9 Jun 2009 23:26:23 +0000 (16:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jun 2009 23:59:03 +0000 (16:59 -0700)
commit79f5ff83533bda9373485bee41ff07b4d26f1d75
tree27547e0dc35c34431f9504ad51b70ccccc55c14f
parent68de121b761e316631d301f2ed16681868e525fd
shm: fix unused warnings on nommu

The massive nommu update (b177127f) resulted in these warnings:
ipc/shm.c: In function `sys_shmdt':
ipc/shm.c:974: warning: unused variable `size'
ipc/shm.c:972: warning: unused variable `next'

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/shm.c