projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58ebcd
)
usb: gadget: amd5536udc: remove unused structure member
author
Felipe Balbi
<balbi@ti.com>
Mon, 28 Jan 2013 12:51:34 +0000
(14:51 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 18 Mar 2013 09:16:56 +0000
(11:16 +0200)
that member isn't used anywhere in the driver
and be removed with no mercy.
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/amd5536udc.h
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/amd5536udc.h
b/drivers/usb/gadget/amd5536udc.h
index f1bf32e6b8d8b5c5ffa93c6bb94ed6c78ba53ba4..6744d3b83109e6717425a450b14ed41f35088f71 100644
(file)
--- a/
drivers/usb/gadget/amd5536udc.h
+++ b/
drivers/usb/gadget/amd5536udc.h
@@
-472,7
+472,6
@@
struct udc_request {
/* flags */
unsigned dma_going : 1,
- dma_mapping : 1,
dma_done : 1;
/* phys. address */
dma_addr_t td_phys;