Skip to content

Commit

Permalink
[PATCH] video: cyberfb broken macro removal
Browse files Browse the repository at this point in the history
Remove broken and unused macro.

Signed-off-by: Mariusz Kozlowski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Mariusz Kozlowski authored and Linus Torvalds committed Dec 8, 2006
1 parent c9b2ec4 commit a219a7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/video/cyberfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a219a7e

Please sign in to comment.