[PATCH] video: cyberfb broken macro removal
Remove broken and unused macro. Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c9b2ec4d52
commit
a219a7e76b
1 changed files with 0 additions and 2 deletions
|
@ -109,8 +109,6 @@ static void cv64_dump(void);
|
|||
#define wb_64(regs,reg,dat) (*(((volatile unsigned char *)regs) + reg) = dat)
|
||||
#define rb_64(regs, reg) (*(((volatile unsigned char *)regs) + reg))
|
||||
|
||||
#define ww_64(regs,reg,dat) (*((volatile unsigned short *)(regs + reg) = dat)
|
||||
|
||||
struct cyberfb_par {
|
||||
struct fb_var_screeninfo var;
|
||||
__u32 type;
|
||||
|
|
Loading…
Reference in a new issue