spi: atmel: Really drop atmel_spi.h
authorAlexander Dahl <ada@thorsis.com>
Wed, 15 Jan 2025 16:16:20 +0000 (17:16 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 15:52:22 +0000 (09:52 -0600)
commit271983add337595e0d462f2ab41f0dc81e7c069b
tree4fb25cc2b33d0b547e558b8326131f6c5c960dbf
parente26a9ac4c6900cac2fa043ac50a3a3c038f4505d
spi: atmel: Really drop atmel_spi.h

First try dropping this was with commit 37434db29be4 ("spi: atmel: Drop
atmel_spi.h") back in 2018 which was reverted not much later with commit
5270df283676 ("Revert "spi: atmel: Drop atmel_spi.h"").

Second try dropping this was in 2020 with commit beeb34ac0cc6 ("spi:
atmel: Drop atmel_spi.h"), but that only moved all the definitions into
the source file and did not remove the header file.

Currently all of the definitions in the header file are (still)
contained in the source file, and the header file is include nowhere.

Fixes: beeb34ac0cc6 ("spi: atmel: Drop atmel_spi.h")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
drivers/spi/atmel_spi.h [deleted file]