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:
fbf515b
)
staging: vt6655: remove typedef enum __device_init_type
author
Malcolm Priestley
<tvboxspy@gmail.com>
Mon, 28 Jul 2014 22:26:25 +0000
(23:26 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 31 Jul 2014 00:08:20 +0000
(17:08 -0700)
The value is either DEVICE_INIT_COLD or DEVICE_INIT_DXPL making no
difference to code.
Remove typedef and remove if statement in device_init_registers
pulling the code in.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found