Changeset fd80cb9 in freewrt for target/linux/generic-2.4/patches
- Timestamp:
- Sep 26, 2006, 12:26:36 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 17ea718
- Parents:
- 171e3d4
- Location:
- target/linux/generic-2.4/patches
- Files:
-
- 2 edited
-
006-gcc4_fixes.patch (modified) (1 diff)
-
007-more_gcc4_fixes.patch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
target/linux/generic-2.4/patches/006-gcc4_fixes.patch
r171e3d4 rfd80cb9 185 185 { 186 186 int fd; 187 diff -rupN linux-2.4.32/drivers/usb/host/ehci-q.c linux-2.4.32.gcc4-fixes-v12/drivers/usb/host/ehci-q.c188 --- linux-2.4.32/drivers/usb/host/ehci-q.c 2005-01-19 18:00:53.000000000 +0100189 +++ linux-2.4.32.gcc4-fixes-v12/drivers/usb/host/ehci-q.c 2005-11-17 13:32:13.000000000 +0100190 @@ -199,8 +199,6 @@ ehci_urb_done (struct ehci_hcd *ehci, st191 #ifdef INTR_AUTOMAGIC192 struct urb *resubmit = 0;193 struct usb_device *dev = 0;194 -195 - static int ehci_urb_enqueue (struct usb_hcd *, struct urb *, int);196 #endif197 198 if (likely (urb->hcpriv != 0)) {199 187 diff -rupN linux-2.4.32/drivers/usb/inode.c linux-2.4.32.gcc4-fixes-v12/drivers/usb/inode.c 200 188 --- linux-2.4.32/drivers/usb/inode.c 2004-02-18 15:16:23.000000000 +0100 -
target/linux/generic-2.4/patches/007-more_gcc4_fixes.patch
r171e3d4 rfd80cb9 762 762 { 763 763 struct bonding *bond = bond_dev->priv; 764 - struct ethhdr *eth_data = (struct ethhdr *) skb->mac.raw = skb->data;764 - struct ethhdr *eth_data = (struct ethhdr *)(skb->mac.raw = skb->data); 765 765 + struct ethhdr *eth_data; 766 766 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond));
Note:
See TracChangeset
for help on using the changeset viewer.
