9
0
Fork 0
barebox/drivers/ata
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 sandbox: allow "make ARCH=sandbox allyesconfig" 2014-07-22 21:29:57 +02:00
Makefile ata: Add i.MX AHCI driver 2012-12-07 12:19:45 +01:00
ahci.c sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00
ahci.h treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
disk_ata_drive.c ata: Make 'already initialized' a debug message 2013-06-21 07:40:47 +02:00
disk_bios_drive.c switch all platform_bus device/driver registering to platform_driver/device_register 2012-10-04 15:19:12 +02:00
ide-sff.c x86: Add support for IDE on the legacy I/O ports 2014-04-08 08:17:55 +02:00
intf_platform_ide.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
pata-imx.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
sata-imx.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00