]> rtime.felk.cvut.cz Git - zynq/linux.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)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 9 Sep 2014 12:36:47 +0000 (14:36 +0200)
commit8154ebf3cd087da96a70518388db899621d84ffc
tree9082ba7db9446b2ebd44cdfb7175a044697503b3
parentcffaeee3d715e7a6151effd4f8bfa700db99bc58
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 <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