X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fhpet.h;h=142de4a93b5b856ca08e9ec9651cf1abb373c285;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=af4da7d302d88f6aa66146926507b223eb242b00;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/hpet.h b/include/linux/hpet.h index af4da7d30..142de4a93 100644 --- a/include/linux/hpet.h +++ b/include/linux/hpet.h @@ -1,6 +1,8 @@ #ifndef __HPET__ #define __HPET__ 1 +#include + /* * Offsets into HPET Registers */ @@ -110,7 +112,7 @@ struct hpet_task { }; struct hpet_data { - unsigned long hd_address; + void __iomem *hd_address; unsigned short hd_nirqs; unsigned short hd_flags; unsigned int hd_state; /* timer allocated */