diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-04-06 23:55:05 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2022-05-18 12:08:52 +0300 |
commit | 41929c9f628b9990d33a200c54bb0c919e089aa8 (patch) | |
tree | 9ad54028201249074d01ff0c63504d09c2df15ff /include | |
parent | b8b1ab133e593f0dbfa47b174a54b852af6f856e (diff) | |
download | linux-41929c9f628b9990d33a200c54bb0c919e089aa8.tar.xz |
clocksource/drivers/ixp4xx: Drop boardfile probe path
The boardfiles for IXP4xx have been deleted. Delete all the
quirks and code dealing with that boot path and rely solely on
device tree boot.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220406205505.2332821-1-linus.walleij@linaro.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/timer-ixp4xx.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/platform_data/timer-ixp4xx.h b/include/linux/platform_data/timer-ixp4xx.h deleted file mode 100644 index ee92ae7edaed..000000000000 --- a/include/linux/platform_data/timer-ixp4xx.h +++ /dev/null @@ -1,11 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __TIMER_IXP4XX_H -#define __TIMER_IXP4XX_H - -#include <linux/ioport.h> - -void __init ixp4xx_timer_setup(resource_size_t timerbase, - int timer_irq, - unsigned int timer_freq); - -#endif |