[ARM] omap: remove clk->owner
clk->owner is always NULL, so its existence doesn't serve any useful function other than bloating the kernel by 992 bytes. Remove it. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:

committed by
Russell King

parent
c1168dc31d
commit
eee5b19119
@@ -65,7 +65,6 @@ struct dpll_data {
|
||||
struct clk {
|
||||
struct list_head node;
|
||||
const struct clkops *ops;
|
||||
struct module *owner;
|
||||
const char *name;
|
||||
int id;
|
||||
struct clk *parent;
|
||||
|
Reference in New Issue
Block a user