projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d2c4c
)
[PATCH] zaurus: fix compilation with cpufreq disabled
author
Pavel Machek
<pavel@ucw.cz>
Fri, 14 Oct 2005 22:59:01 +0000
(15:59 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 15 Oct 2005 00:10:12 +0000
(17:10 -0700)
This fixes compilation with CPU_FREQ disabled.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/sa1100fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/sa1100fb.c
b/drivers/video/sa1100fb.c
index beeec7b514251c58007120978dc4f791da5b1a5f..8000890e42711fc59503488851734054251b16b0 100644
(file)
--- a/
drivers/video/sa1100fb.c
+++ b/
drivers/video/sa1100fb.c
@@
-592,6
+592,7
@@
sa1100fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
return ret;
}
+#ifdef CONFIG_CPU_FREQ
/*
* sa1100fb_display_dma_period()
* Calculate the minimum period (in picoseconds) between two DMA
@@
-606,6
+607,7
@@
static inline unsigned int sa1100fb_display_dma_period(struct fb_var_screeninfo
*/
return var->pixclock * 8 * 16 / var->bits_per_pixel;
}
+#endif
/*
* sa1100fb_check_var():