fb: Remove unused code
The FBIOGINFO ioctl was added in 1994 with the 4.4 Lite import but was commented. Remove it. Reviewed by: emaste MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33211
This commit is contained in:
parent
9c612a5d0a
commit
95744d84b1
@ -182,22 +182,6 @@ unregister_framebuffer(struct fb_info *info)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef notdef
|
||||
/*
|
||||
* General purpose structure for passing info in and out of frame buffers
|
||||
* (used for gp1) -- unsupported.
|
||||
*/
|
||||
struct fbinfo {
|
||||
int fb_physaddr; /* physical frame buffer address */
|
||||
int fb_hwwidth; /* fb board width */
|
||||
int fb_hwheight; /* fb board height */
|
||||
int fb_addrdelta; /* phys addr diff between boards */
|
||||
u_char *fb_ropaddr; /* fb virtual addr */
|
||||
int fb_unit; /* minor devnum of fb */
|
||||
};
|
||||
#define FBIOGINFO _IOR('F', 2, struct fbinfo)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Color map I/O.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user