]> git.baikalelectronics.ru Git - kernel.git/commit
of/platform: Fix microblaze build failure
authorGuenter Roeck <linux@roeck-us.net>
Tue, 10 Jun 2014 18:59:14 +0000 (11:59 -0700)
committerRob Herring <robh@kernel.org>
Mon, 16 Jun 2014 18:31:43 +0000 (13:31 -0500)
commite2f12e7e0ccbe3f4b4855cbe4448765a26dd302b
tree6d212cb2827a439dbbcafcb48dd919c1f61221f4
parent29230ba12c9ebdc4bb6e22babcaec9dfa3d76ff4
of/platform: Fix microblaze build failure

Commit f4a757b (microblaze: Use generic device.h) removes the
microblaze specific pdev_archdata and dma_mask.

At the same time, commit 96a7dce (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 <michal.simek@xilinx.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/platform.c