X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fpowerpc%2Finclude%2Fasm%2Fof_device.h;h=444e97e2982ea54cef41240b2ff2ea85ee1db761;hb=2214482cb00e6da1397c2ecde5b392490eb9637f;hp=a64debf177dca8efcbe7534333f81a5b2d3d26d5;hpb=6bb7a935489dab20802dde6c2cb7d8582f4849bf;p=pandora-kernel.git diff --git a/arch/powerpc/include/asm/of_device.h b/arch/powerpc/include/asm/of_device.h index a64debf177dc..444e97e2982e 100644 --- a/arch/powerpc/include/asm/of_device.h +++ b/arch/powerpc/include/asm/of_device.h @@ -12,9 +12,8 @@ */ struct of_device { - struct device_node *node; /* to be obsoleted */ - u64 dma_mask; /* DMA mask */ struct device dev; /* Generic device interface */ + struct pdev_archdata archdata; }; extern struct of_device *of_device_alloc(struct device_node *np,