Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144937
b: refs/heads/master
c: 1d9c114
h: refs/heads/master
i:
  144935: eb9be81
v: v3
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed May 14, 2009
1 parent f1cf2d3 commit 0370817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: d16797b304a4701a7d156f47773c6d2e456b64ee
refs/heads/master: 1d9c114dc1702306215439cd608047ab639700db
17 changes: 0 additions & 17 deletions trunk/arch/mips/include/asm/mach-au1x00/au1xxx_ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@
#define CONFIG_BLK_DEV_IDE_AU1XXX_BURSTABLE_ON 0
#endif

#ifdef CONFIG_PM
/*
* This will enable the device to be powered up when write() or read()
* is called. If this is not defined, the driver will return -EBUSY.
*/
#define WAKE_ON_ACCESS 1

typedef struct {
spinlock_t lock; /* Used to block on state transitions */
au1xxx_power_dev_t *dev; /* Power Managers device structure */
unsigned stopped; /* Used to signal device is stopped */
} pm_state;
#endif

typedef struct {
u32 tx_dev_id, rx_dev_id, target_dev_id;
u32 tx_chan, rx_chan;
Expand All @@ -72,9 +58,6 @@ typedef struct {
#endif
int irq;
u32 regbase;
#ifdef CONFIG_PM
pm_state pm;
#endif
} _auide_hwif;

/******************************************************************************/
Expand Down

0 comments on commit 0370817

Please sign in to comment.