Trivial fix for 2.2.14 on pmac

W Lewis (wiml@hhhh.org)
Thu, 6 Jan 2000 16:50:54 -0800 (PST)


Compilation of pmac_setup.c dies complaining of a few undefined symbols
unless <asm/dma.h> is included:

*** linux/arch/ppc/kernel/pmac_setup.c Tue Jan 4 10:12:12 2000
--- ../linux-2.2.14/arch/ppc/kernel/pmac_setup.c Thu Jan 6 14:38:55 2000
***************
*** 47,52 ****
--- 47,53 ----
#include <asm/pgtable.h>
#include <asm/bitops.h>
#include <asm/io.h>
+ #include <asm/dma.h>
#include <asm/pci-bridge.h>
#include <asm/adb.h>
#include <asm/cuda.h>

-
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/