summaryrefslogtreecommitdiff
path: root/arch/avr32/include/asm/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/include/asm/string.h')
-rw-r--r--arch/avr32/include/asm/string.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/avr32/include/asm/string.h b/arch/avr32/include/asm/string.h
deleted file mode 100644
index dba0219fb3..0000000000
--- a/arch/avr32/include/asm/string.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Copyright (C) 2006 Atmel Corporation
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-#ifndef __ASM_AVR32_STRING_H
-#define __ASM_AVR32_STRING_H
-
-#define __HAVE_ARCH_MEMSET
-extern void *memset(void *s, int c, __kernel_size_t n);
-
-#endif /* __ASM_AVR32_STRING_H */