linux/arch/sh/lib
Geert Uytterhoeven 7619f957dc Revert "sh: add missing EXPORT_SYMBOL() for __delay"
This reverts commit d1f56f318d.

__delay() is an internal implementation detail on several architectures.
Drivers should not call __delay() directly, as it has non-standardized
semantics, or may not even exist.
Hence there is no need to export __delay() to modules.

See also include/asm-generic/delay.h:

    /* Undefined functions to get compile-time errors */
    ...
    extern void __delay(unsigned long loops);

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rich Felker <dalias@libc.org>
2020-08-14 22:05:04 -04:00
..
__clear_user.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ashiftrt.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
ashldi3.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ashlsi3.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
ashrdi3.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ashrsi3.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
checksum.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
copy_page.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
delay.c Revert "sh: add missing EXPORT_SYMBOL() for __delay" 2020-08-14 22:05:04 -04:00
div64-generic.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
div64.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
io.c sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
libgcc.h sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
lshrdi3.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
lshrsi3.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mcount.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
memchr.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
memcpy-sh4.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
memcpy.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
memmove.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
memset-sh4.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
memset.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
movmem.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
strlen.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
udiv_qrnnd.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
udivsi3_i4i-Os.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
udivsi3_i4i.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
udivsi3.S sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00