cdrom: gdrom: Kill off PHYSADDR use.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 13 Oct 2009 03:30:40 +0000 (12:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 13 Oct 2009 03:30:40 +0000 (12:30 +0900)
commit54d5102fac3dd4034104e1b38a44a873d5f3a8d3
tree69df40195766c2cad5250a79c55deea0a1d12d71
parent95019b48addc014c7de6653517663527a1747fb7
cdrom: gdrom: Kill off PHYSADDR use.

PHYSADDR() is gone, and completely unecessary in all of the cases the
gdrom driver was using it. Kill off all references to it, and change the
one legitimate use over to virt_to_phys() instead.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/cdrom/gdrom.c