]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/console/fbcon_rotate.h
Merge branch 'devel' into for-linus
[linux-2.6-omap-h63xx.git] / drivers / video / console / fbcon_rotate.h
index 1b8f92fdc6a82f3c02b8c02096832d053ba6e1d9..75be5ce53dc541f74b15d014b2e652d6a627664c 100644 (file)
@@ -11,8 +11,6 @@
 #ifndef _FBCON_ROTATE_H
 #define _FBCON_ROTATE_H
 
-#define FNTCHARCNT(fd) (((int *)(fd))[-3])
-
 #define GETVYRES(s,i) ({                           \
         (s == SCROLL_REDRAW || s == SCROLL_MOVE) ? \
         (i)->var.yres : (i)->var.yres_virtual; })