summaryrefslogtreecommitdiff
path: root/include/linux/buffer_head.h
diff options
context:
space:
mode:
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>2003-04-24 08:38:50 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-24 08:38:50 -0700
commit18f265661bd9f21573ca50b303191b96cb445c45 (patch)
tree541ec9a1d84434068776cc4c6679c6958732c344 /include/linux/buffer_head.h
parent4310d2e1ef9d2fa109ee2b6a01cf47e81acc3432 (diff)
[PATCH] fbdev cleanup
fbdev.node converted from kdev_t to int - all of its users have register_framebuffer() which sets .node to mk_kdev(FB_MAJOR, index) already called and all of them start with applying minor(). IOW, what they actually want is framebuffer number. * type of ->node changed to int * register_framebuffer() sets it to index instead of mk_kdev(...) * users converted from minor(foo.node) to foo.node * useless assignments (typically to NODEV) removed - we never look at that field before register_framebuffer() overwrites it and thus any assignments prior to register_framebuffer() call are dead code.
Diffstat (limited to 'include/linux/buffer_head.h')
0 files changed, 0 insertions, 0 deletions