From: Guenter Roeck Date: Tue, 10 Jun 2014 18:59:14 +0000 (-0700) Subject: of/platform: Fix microblaze build failure X-Git-Tag: omap-for-v3.16/fixes-rc4~87^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1319ea5db6dee48b7fa3a5822c3940dc649ee6a;p=pandora-kernel.git of/platform: Fix microblaze build failure Commit bf5db2f (microblaze: Use generic device.h) removes the microblaze specific pdev_archdata and dma_mask. At the same time, commit 591c1ee (of: configure the platform device dma parameters) initializes the just removed field. This causes all microblaze builds to fail. Drop the unnecessary initialization. Cc: Michal Simek Signed-off-by: Guenter Roeck Acked-by: Michal Simek Signed-off-by: Rob Herring --- Reading git-diff-tree failed