X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-omap%2Funcompress.h;h=7da2d6e4cf5f4514c65064440cb082f2c1d24592;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=9b287366de823d85e9a9e130805c3964f86b1606;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-arm/arch-omap/uncompress.h b/include/asm-arm/arch-omap/uncompress.h index 9b287366d..7da2d6e4c 100644 --- a/include/asm-arm/arch-omap/uncompress.h +++ b/include/asm-arm/arch-omap/uncompress.h @@ -28,7 +28,7 @@ #define omap_get_id() ((*(volatile unsigned int *)(0xfffed404)) >> 12) & ID_MASK static void -puts(const char *s) +putstr(const char *s) { volatile u8 * uart = 0; int shift = 0;