[PATCH 5/9] block: xd: avoid using typedefs

2013-02-12 Thread Linus Walleij
Two of the structs in the driver were using typedef, which we avoid since ages in the kernel. Signed-off-by: Linus Walleij --- drivers/block/xd.c | 12 ++-- drivers/block/xd.h | 10 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/block/xd.c

[PATCH 5/9] block: xd: avoid using typedefs

2013-02-12 Thread Linus Walleij
Two of the structs in the driver were using typedef, which we avoid since ages in the kernel. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- drivers/block/xd.c | 12 ++-- drivers/block/xd.h | 10 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git