Commit dd42b1518666132c21e7348c4b599c501f0021a1

Authored by Al Viro
1 parent 1d0bd717c8

[PATCH] amd64 time.c __iomem annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86_64/kernel/time.c
... ... @@ -748,7 +748,7 @@
748 748 * Timer0 and Timer1 is used by platform.
749 749 */
750 750 hd.hd_phys_address = vxtime.hpet_address;
751   - hd.hd_address = (void *)fix_to_virt(FIX_HPET_BASE);
  751 + hd.hd_address = (void __iomem *)fix_to_virt(FIX_HPET_BASE);
752 752 hd.hd_nirqs = ntimer;
753 753 hd.hd_flags = HPET_DATA_PLATFORM;
754 754 hpet_reserve_timer(&hd, 0);