]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/clocksource/arc_timer.c
ARC: timer: gfrc, rtc: deuglify big endian code
authorVineet Gupta <vgupta@synopsys.com>
Thu, 3 Nov 2016 18:38:52 +0000 (11:38 -0700)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 30 Nov 2016 19:54:25 +0000 (11:54 -0800)
commit2cd690ea6d6b345265f2de8c40e4a003ed802002
tree8bdb07ec0fd7a8cc482ea1d5a560443b121c5993
parent6a8b2ca702b279bea0e8f0363056439352e2081c
ARC: timer: gfrc, rtc: deuglify big endian code

A standard "C" shift will be handled appropriately by the compiler
depending on the endian for the build. So we don't need the
explicit distinction in code

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/time.c