/* Forward declaration, a strange C thing */
struct task_struct;
Solves: A compiler screaming errors and a failed file or two
file: include/asm-alpha/pgtable.h
problem: the following macro fails to compiles because of wrong number
of arguments to ioremap
#define io_remap_page_range(start, busaddr, size, prot) \
remap_page_range(start, virt_to_phys(__ioremap(busaddr)), size, prot)
I went and looked in the pyxis.h file and found a macro called __ioremap so II
renamed it to this and prayed.
Leslie Donaldson
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/