Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Add arch_flags to struct clk

Add arch_flags to struct clk so we can keep per-clock private data
somewhere and share code between multiple clocks.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Magnus Damm and committed by
Paul Mundt
5c8f9d94 c46acb8e

+1
+1
include/asm-sh/clock.h
··· 30 30 31 31 unsigned long rate; 32 32 unsigned long flags; 33 + unsigned long arch_flags; 33 34 }; 34 35 35 36 #define CLK_ALWAYS_ENABLED (1 << 0)