X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fclockchips.h;h=3a1dbba4d3ae2da500e710387d130cd8ad5dd4c2;hb=e3ee1e123183ca9847e74b7b8e2694c9e3b817a6;hp=c6de413c5dd147f79f7479d4bd1fc6b28f588d01;hpb=5762ba1873b0bb9faa631aaa02f533c2b9837f82;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index c6de413c5dd..3a1dbba4d3a 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h @@ -83,13 +83,13 @@ struct clock_event_device { int shift; int rating; int irq; - cpumask_t cpumask; + const struct cpumask *cpumask; int (*set_next_event)(unsigned long evt, struct clock_event_device *); void (*set_mode)(enum clock_event_mode mode, struct clock_event_device *); void (*event_handler)(struct clock_event_device *); - void (*broadcast)(cpumask_t mask); + void (*broadcast)(const struct cpumask *mask); struct list_head list; enum clock_event_mode mode; ktime_t next_event;