9
0
Fork 0
barebox/drivers/pinctrl/mvebu
Masahiro Yamada d8753571b2 sizes.h: move include/sizes.h to include/linux/sizes.h
This file originates in Linux.  Linux has it under include/linux/
directory since commit dccd2304cc90.
Let's move it to the same place as well in barebox.

This commit was generated by the following commands:

  find -name '*.[chS]' | xargs sed -i -e 's:<sizes.h>:<linux/sizes.h>:'
  git mv include/sizes.h include/linux/

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-01-08 14:00:26 +01:00
..
Kconfig pinctrl: fix Kconfig dependencies 2014-09-15 07:17:06 +02:00
Makefile pinctrl: mvebu: add pinctrl driver for Armada XP 2014-07-23 09:15:14 +02:00
armada-370.c sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00
armada-xp.c sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00
common.c pinctrl: mvebu: add pinctrl drivers for Dove and Kirkwood 2014-06-26 07:57:54 +02:00
common.h pinctrl: mvebu: add pinctrl drivers for Dove and Kirkwood 2014-06-26 07:57:54 +02:00
dove.c sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00
kirkwood.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00