]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-fix_kern_headers.patch
- __attribute__((packed)) fixed.
[packages/eagle-usb.git] / eagle-fix_kern_headers.patch
1 --- usbdevice_fs.h.orig 2003-09-13 21:29:22.235587336 +0200
2 +++ usbdevice_fs.h      2003-09-13 21:21:26.910847680 +0200
3 @@ -32,6 +32,7 @@
4  #define _LINUX_USBDEVICE_FS_H
5  
6  #include <linux/types.h>
7 +#include <linux/compiler.h>
8  
9  /* --------------------------------------------------------------------- */
10  
11 --- usb.h.orig  2003-09-13 21:29:54.014756168 +0200
12 +++ usb.h       2003-09-13 21:11:32.622193288 +0200
13 @@ -1,7 +1,6 @@
14  #ifndef __LINUX_USB_H
15  #define __LINUX_USB_H
16  
17 -#include <linux/mod_devicetable.h>
18  #include <linux/usb_ch9.h>
19  
20  #define USB_MAJOR                      180
This page took 0.032909 seconds and 3 git commands to generate.