diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-07-25 18:02:15 -0400 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-30 10:41:54 -0700 |
commit | 7f428252dbd0adc91317ae7ea27d7e27b70df1f6 (patch) | |
tree | bf6dede3df49cef4792e6bbf7ce9e141bfd92971 /arch/mips/include/asm/mach-jz4740/platform.h | |
parent | d202742058b2ee5666d9820d539b67dc14f64712 (diff) | |
download | linux-7f428252dbd0adc91317ae7ea27d7e27b70df1f6.tar.bz2 |
MIPS: jz4740: Drop dead code
Remove all the source files that are not used anywhere anymore.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Tested-by: Artur Rojek <contact@artur-rojek.eu>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Diffstat (limited to 'arch/mips/include/asm/mach-jz4740/platform.h')
-rw-r--r-- | arch/mips/include/asm/mach-jz4740/platform.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/mips/include/asm/mach-jz4740/platform.h b/arch/mips/include/asm/mach-jz4740/platform.h deleted file mode 100644 index 241270d3ea14..000000000000 --- a/arch/mips/include/asm/mach-jz4740/platform.h +++ /dev/null @@ -1,26 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> - * JZ4740 platform device definitions - */ - - -#ifndef __JZ4740_PLATFORM_H -#define __JZ4740_PLATFORM_H - -#include <linux/platform_device.h> - -extern struct platform_device jz4740_udc_device; -extern struct platform_device jz4740_udc_xceiv_device; -extern struct platform_device jz4740_mmc_device; -extern struct platform_device jz4740_i2c_device; -extern struct platform_device jz4740_nand_device; -extern struct platform_device jz4740_framebuffer_device; -extern struct platform_device jz4740_i2s_device; -extern struct platform_device jz4740_pcm_device; -extern struct platform_device jz4740_codec_device; -extern struct platform_device jz4740_adc_device; -extern struct platform_device jz4740_pwm_device; -extern struct platform_device jz4740_dma_device; - -#endif |