Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141093
b: refs/heads/master
c: 0fba1a9
h: refs/heads/master
i:
  141091: 1571834
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 8004bee commit db4c329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: e9ef456ebc5b3e5a4794b57ad0403f1d9389ed53
refs/heads/master: 0fba1a954db47fa9f62b559537e552c8cc8752ba
8 changes: 0 additions & 8 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
#define DBG 1
#define SLIC_ASSERT_ENABLED 1
#define SLIC_PING_TIMER_ENABLED 1
#define SLIC_POWER_MANAGEMENT_ENABLED 0
#define SLIC_INTERRUPT_PROCESS_LIMIT 1
#define LINUX_FREES_ADAPTER_RESOURCES 1
#define SLIC_OFFLOAD_IP_CHECKSUM 1
Expand Down Expand Up @@ -166,8 +165,6 @@ static int slic_upr_request(struct adapter *adapter, u32 upr_request,
static void slic_mcast_set_list(struct net_device *dev);


#define SLIC_POWER_MANAGEMENT 0

static uint slic_first_init = 1;
static char *slic_banner = "Alacritech SLIC Technology(tm) Server "\
"and Storage Accelerator (Non-Accelerated)";
Expand Down Expand Up @@ -4582,11 +4579,6 @@ static struct pci_driver slic_driver = {
.id_table = slic_pci_tbl,
.probe = slic_entry_probe,
.remove = slic_entry_remove,
#if SLIC_POWER_MANAGEMENT_ENABLED
.suspend = slicpm_suspend,
.resume = slicpm_resume,
#endif
/* .shutdown = slic_shutdown, MOOK_INVESTIGATE */
};

static int __init slic_module_init(void)
Expand Down

0 comments on commit db4c329

Please sign in to comment.