summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-12-03 20:35:49 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-12-03 20:35:49 -0800
commite2cd7a4380bf2408adbb875eac17147148aadf8a (patch)
tree690db571272e8f70cd1b178b73cc16183901a1fc /include
parent10a155f24ff982782c9599e3865fe2dbeee9f0b1 (diff)
[PATCH] fb cleanup
switched to devfs_remove(), killed gratitious devfs_handle_t fields (actually, one of them became gratitious and another was completely unused to start with).
Diffstat (limited to 'include')
-rw-r--r--include/linux/fb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index d1782a6bd008..cda1c818f68c 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -369,8 +369,6 @@ struct fb_info {
struct vc_data *display_fg; /* Console visible on this display */
int currcon; /* Current VC. */
char fontname[40]; /* default font name */
- devfs_handle_t devfs_handle; /* Devfs handle for new name */
- devfs_handle_t devfs_lhandle; /* Devfs handle for compat. symlink */
int (*changevar)(int); /* tell console var has changed */
int (*switch_con)(int, struct fb_info*);
/* tell fb to switch consoles */