Re: [PATCH v1 1/4] spi/xilinx: Remove CONFIG_OF from the driver
On Mon, Jul 08, 2013 at 03:29:14PM +0200, Michal Simek wrote: > dev.of_node is in struct device all the time. Applied, thanks. signature.asc Description: Digital signature
[PATCH v1 1/4] spi/xilinx: Remove CONFIG_OF from the driver
dev.of_node is in struct device all the time. Signed-off-by: Michal Simek --- drivers/spi/spi-xilinx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index 35503b4..f3de5e5 100644 --- a/drivers/spi/spi-xilinx.c +++ b/drivers/spi/spi-xilin