aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/lpddr/lpddr_cmds.c
diff options
context:
space:
mode:
authorThierry MERLE <[email protected]>2008-09-01 17:28:57 -0300
committerMauro Carvalho Chehab <[email protected]>2008-09-04 18:26:48 -0300
commitdb210426d48998ed412f267b28cf6e62ea0496a8 (patch)
tree4d3f4ee095ab0b0f675dd0fa9a8e52a640279576 /drivers/mtd/lpddr/lpddr_cmds.c
parentdb0a2901a32c44510d7d429358d017143a649a70 (diff)
V4L/DVB (8876): budget: udelay changed to mdelay
budget.ko fails to build on ARM with: ERROR: "__bad_udelay" [drivers/media/dvb/ttpci/budget.ko] undefined! make[1]: *** [__modpost] Error 1 __bad_udelay is specifically designed on ARM to fail when udelay is called in a bad way. arch/arm/include/asm/delay.h has this to say about __bad_udelay: /* * This function intentionally does not exist; if you see references to * it, it means that you're calling udelay() with an out of range value. * * With currently imposed limits, this means that we support a max delay * of 2000us. Further limits: HZ<=1000 and bogomips<=3355 */ extern void __bad_udelay(void); Solution is to replace udelay by a mdelay and udelay with value less than 2000 Acked-by: Oliver Endriss <[email protected]> Signed-off-by: Thierry MERLE <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions