[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:
Russell King
2008-11-04 21:42:54 +00:00
committed by Russell King
parent c1168dc31d
commit eee5b19119
2 changed files with 2 additions and 6 deletions

View File

@@ -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;