summaryrefslogtreecommitdiff
path: root/include/asm-avr32
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-10-14 14:33:32 +0200
committerMichal Simek <monstr@monstr.eu>2007-10-14 14:33:32 +0200
commite58ade3a5c0df399f13dffb897ee9ddbc30d7302 (patch)
tree5e6e1e7cd2b97e3ca9c4eed122327327d09dfda8 /include/asm-avr32
parent95df6f4ebaaa3972e312be1acf7650a18b84bf3d (diff)
parent636400198228d96983c06657b17f760f5989958e (diff)
downloadu-boot-imx-e58ade3a5c0df399f13dffb897ee9ddbc30d7302.zip
u-boot-imx-e58ade3a5c0df399f13dffb897ee9ddbc30d7302.tar.gz
u-boot-imx-e58ade3a5c0df399f13dffb897ee9ddbc30d7302.tar.bz2
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'include/asm-avr32')
-rw-r--r--include/asm-avr32/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/string.h b/include/asm-avr32/string.h
index 8b05d1a..58582a3 100644
--- a/include/asm-avr32/string.h
+++ b/include/asm-avr32/string.h
@@ -23,6 +23,6 @@
#define __ASM_AVR32_STRING_H
#define __HAVE_ARCH_MEMSET
-extern void *memset(void *s, int c, size_t n);
+extern void *memset(void *s, int c, __kernel_size_t n);
#endif /* __ASM_AVR32_STRING_H */