]> git.baikalelectronics.ru Git - kernel.git/commit
fs: remove unused fops from struct char_device_struct
authorJiri Olsa <olsajiri@gmail.com>
Tue, 29 Apr 2008 07:59:05 +0000 (00:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:01 +0000 (08:06 -0700)
commit3f65b89a512abe813da3ad6aab501eb4e14db303
treeff9c9e01be5f47d8a3971571e07187fb3e43f4f7
parent2b35eddb53639d9d6e1339670eb69888901421b4
fs: remove unused fops from struct char_device_struct

struct char_device_struct::fops is no longer used: remove it.

Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/char_dev.c