mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 06:50:08 +00:00
arm/imx: remove #ifndef CONFIG_COMMON_CLKDEV block
COMMON_CLKDEV is used on all imx platforms, so this isn't used. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
This commit is contained in:
parent
44fb5d1945
commit
a8e33260ce
@ -26,13 +26,6 @@
|
|||||||
struct module;
|
struct module;
|
||||||
|
|
||||||
struct clk {
|
struct clk {
|
||||||
#ifndef CONFIG_COMMON_CLKDEV
|
|
||||||
/* As soon as i.MX1 and i.MX31 switched to clkdev, this
|
|
||||||
* block can go away */
|
|
||||||
struct list_head node;
|
|
||||||
struct module *owner;
|
|
||||||
const char *name;
|
|
||||||
#endif
|
|
||||||
int id;
|
int id;
|
||||||
/* Source clock this clk depends on */
|
/* Source clock this clk depends on */
|
||||||
struct clk *parent;
|
struct clk *parent;
|
||||||
|
Loading…
Reference in New Issue
Block a user