git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da4a686
)
clocksource: make CLOCKSOURCE_OF_DECLARE type safe
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 19 Mar 2013 14:38:50 +0000
(15:38 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 28 Mar 2013 11:01:06 +0000
(12:01 +0100)
This ensures that a function pointer passed into CLOCKSOURCE_OF_DECLARE
takes the same arguments that we use for calling that function later.
Also fix the extraneous semicolon at end of the CLOCKSOURCE_OF_DECLARE
definition.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Rob Herring <rob.herring@calxeda.com>
No differences found