X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fsh_timer.h;h=64638b058076e094ad785072912889640bcb7d85;hb=cec19e91db4e66ff9a1ccd56815502040e54e1de;hp=4d9dcd1383150088f598f0d0d58f7d51e7400046;hpb=f43dc23d5ea91fca257be02138a255f02d98e806;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/include/linux/sh_timer.h b/include/linux/sh_timer.h index 4d9dcd1..64638b0 100644 --- a/include/linux/sh_timer.h +++ b/include/linux/sh_timer.h @@ -2,11 +2,7 @@ #define __SH_TIMER_H__ struct sh_timer_config { - char *name; - long channel_offset; - int timer_bit; - unsigned long clockevent_rating; - unsigned long clocksource_rating; + unsigned int channels_mask; }; #endif /* __SH_TIMER_H__ */