diff options
author | Jonathan Corbet <corbet@lwn.net> | 2021-11-03 01:02:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-11-15 16:27:14 +0300 |
commit | 45971bdd8ca8b5a99a49f4db86737401c45e246f (patch) | |
tree | d61aa2855ae7507595d02efb548d0cefb0ca31ce | |
parent | 642fc4fa0487dd76b9c840e217c2269d352bed41 (diff) | |
download | linux-45971bdd8ca8b5a99a49f4db86737401c45e246f.tar.xz |
spi: remove unused header file <linux/platform_data/spi-clps711x.h>
Commit 6acaadc852f1 ("spi: clps711x: Driver refactor") removed the only use
of <linux/platform_data/spi-clps711x.h>, but left the header file behind.
This file is unused, delete it.
Cc: Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20211102220203.940290-9-corbet@lwn.net
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/linux/platform_data/spi-clps711x.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/platform_data/spi-clps711x.h b/include/linux/platform_data/spi-clps711x.h deleted file mode 100644 index efaa596848c9..000000000000 --- a/include/linux/platform_data/spi-clps711x.h +++ /dev/null @@ -1,17 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * CLPS711X SPI bus driver definitions - * - * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> - */ - -#ifndef ____LINUX_PLATFORM_DATA_SPI_CLPS711X_H -#define ____LINUX_PLATFORM_DATA_SPI_CLPS711X_H - -/* Board specific platform_data */ -struct spi_clps711x_pdata { - int *chipselect; /* Array of GPIO-numbers */ - int num_chipselect; /* Total count of GPIOs */ -}; - -#endif |