mmc-utils: fix linux headers issue before 3-4
authorRyan Barnett <ryanbarnett3@gmail.com>
Thu, 6 Feb 2014 21:55:22 +0000 (22:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 6 Feb 2014 22:05:03 +0000 (23:05 +0100)
commit7122e6a7f47124f735a3851b92ba74ac98959741
tree0a1d477072648fe2503ceb8798510d31cc54e80a
parent0df92ef6d43bc5d767cea8ab828d2f8fb8451008
mmc-utils: fix linux headers issue before 3-4

With toolchains that include linux kernel headers before the 3.4 kernel,
an issue exists with linux/mmc/ioctl.h in that it doesn't include
linux/types.h.

Merged the patch with an existing patch for mmc-utils as it modifies
the same file and fixes similar issues. Also updated the patch to
conform to the buildroot patch naming standard.

Fixes:
  http://autobuild.buildroot.net/results/828/828c7a686736710c4fcb152230d0fa6b5f4d6ad3

Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mmc-utils/0001-mmc-utils-Fix-64-bit-values-redefinition.patch [deleted file]
package/mmc-utils/mmc-utils-001-fix-mmc-h-includes.patch [new file with mode: 0644]