summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2021-10-28 17:47:58 -0600
committerJonathan Corbet <corbet@lwn.net>2021-11-02 15:41:51 -0600
commita50cf37942cc2bda26222ad5bd422adf4767592d (patch)
tree2acfc6f39fb1ed4423d136236a5763e970b60641
parent1e5aeb41e55231baeecf0012c25970e77ae4922d (diff)
downloadlwn-a50cf37942cc2bda26222ad5bd422adf4767592d.tar.gz
lwn-a50cf37942cc2bda26222ad5bd422adf4767592d.zip
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>
-rw-r--r--include/linux/platform_data/spi-clps711x.h17
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