Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281052
b: refs/heads/master
c: 61fcc01
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Lippers-Hollmann authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent bdf8624 commit 30ee715
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 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: 71769d737a2887aa9608e89deaca4185e44a0bca
refs/heads/master: 61fcc0166f8f004b36ac2ec239e43cfda7a62278
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8192e/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ccflags-y += -DCONFIG_PM_RTL

r8192e_pci-objs := \
rtl_core.o \
rtl_eeprom.o \
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
#include "rtl_wx.h"
#include "rtl_dm.h"

#ifdef CONFIG_PM_RTL
#include "rtl_pm.h"
#endif

int hwwep = 1;
static int channels = 0x3fff;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* wlanfae <wlanfae@realtek.com>
******************************************************************************/

#ifdef CONFIG_PM_RTL
#include "rtl_core.h"
#include "r8192E_hw.h"
#include "r8190P_rtl8256.h"
Expand Down Expand Up @@ -133,4 +132,3 @@ int rtl8192E_enable_wake(struct pci_dev *dev, pm_message_t state, int enable)
return -EAGAIN;
}

#endif
4 changes: 0 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtl_pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* wlanfae <wlanfae@realtek.com>
******************************************************************************/

#ifdef CONFIG_PM_RTL

#ifndef R8192E_PM_H
#define R8192E_PM_H

Expand All @@ -31,5 +29,3 @@ int rtl8192E_resume(struct pci_dev *dev);
int rtl8192E_enable_wake(struct pci_dev *dev, pm_message_t state, int enable);

#endif

#endif

0 comments on commit 30ee715

Please sign in to comment.