X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fpxafb.h;h=7499a1c4bf790c9ecf51ba7093878080284facb6;hb=2f41fc806434f8466bb361570589a3f6099ca65d;hp=22c00be786a8e28e12327051ae6473bb81eb4c47;hpb=486a153f0e294f7cc735838edcb6b32e623cbe52;p=linux-2.6 diff --git a/drivers/video/pxafb.h b/drivers/video/pxafb.h index 22c00be786..7499a1c4bf 100644 --- a/drivers/video/pxafb.h +++ b/drivers/video/pxafb.h @@ -41,10 +41,6 @@ struct pxafb_info { struct fb_info fb; struct device *dev; - u_int max_bpp; - u_int max_xres; - u_int max_yres; - /* * These are the addresses we mapped * the framebuffer memory region to. @@ -113,15 +109,6 @@ struct pxafb_info { #define PXA_NAME "PXA" -/* - * Debug macros - */ -#if DEBUG -# define DPRINTK(fmt, args...) printk("%s: " fmt, __FUNCTION__ , ## args) -#else -# define DPRINTK(fmt, args...) -#endif - /* * Minimum X and Y resolutions */