1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 14:09:47 +00:00
Files
Ross Burton 823c845655 Add patch to remove include <linux/compiler.h> as it isn't in edgy, and isn't
required.
  --This line, and those below, will be ignored--

A    qemu/files/compiler.patch
M    qemu/qemu_cvs.bb


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@781 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-02 14:56:18 +00:00

11 lines
294 B
Diff

--- qemu/usb-linux.c~ 2006-07-19 19:06:15.000000000 +0100
+++ qemu/usb-linux.c 2006-10-02 12:49:00.000000000 +0100
@@ -26,7 +26,6 @@
#if defined(__linux__)
#include <dirent.h>
#include <sys/ioctl.h>
-#include <linux/compiler.h>
#include <linux/usbdevice_fs.h>
#include <linux/version.h>