Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235311
b: refs/heads/master
c: 4f9e6c6
h: refs/heads/master
i:
  235309: fa2a320
  235307: d6ccf0e
  235303: 5c76267
  235295: f8f4199
v: v3
  • Loading branch information
Maksim Rayskiy authored and Greg Kroah-Hartman committed Feb 17, 2011
1 parent e151e98 commit 22cee55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b2e30c07f6c1514bb9946171770af61c305b86c
refs/heads/master: 4f9e6c64d1fc4668f3153f456b41cf40b30c730f
5 changes: 3 additions & 2 deletions trunk/drivers/usb/host/ehci-lpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
*/

/* this file is part of ehci-hcd.c */
static int ehci_lpm_set_da(struct ehci_hcd *ehci, int dev_addr, int port_num)
static int __maybe_unused ehci_lpm_set_da(struct ehci_hcd *ehci,
int dev_addr, int port_num)
{
u32 __iomem portsc;

Expand All @@ -37,7 +38,7 @@ static int ehci_lpm_set_da(struct ehci_hcd *ehci, int dev_addr, int port_num)
* this function is used to check if the device support LPM
* if yes, mark the PORTSC register with PORT_LPM bit
*/
static int ehci_lpm_check(struct ehci_hcd *ehci, int port)
static int __maybe_unused ehci_lpm_check(struct ehci_hcd *ehci, int port)
{
u32 __iomem *portsc ;
u32 val32;
Expand Down

0 comments on commit 22cee55

Please sign in to comment.