commit | 4ae0ff606e848fa4957ebf8f97e5db5fdeec27be | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Mar 19 03:40:52 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 24 13:47:31 2009 +1100 |
tree | 011447a606d584d867b6ba8623b886a8bd6f6a69 | |
parent | d746286c1fcb186ce16295c30d48db852ede6772 [diff] |
powerpc: expect all devices calling dma ops to have archdata set Now that we set archdata for of_platform and platform devices via platform_notify() we no longer need to special case having a NULL device pointer or NULL archdata. It should be a driver error if this condition shows up and the driver should be fixed. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>