Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192617
b: refs/heads/master
c: c7a8209
h: refs/heads/master
i:
  192615: 2b8a142
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed May 15, 2010
1 parent db9861b commit a87da20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: 2a7adff09ac3dd3d1facaf92b4a8cc1b92d370b6
refs/heads/master: c7a8209f766961eea4cfc6f22d2d6e06ef63546c
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-sff.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ EXPORT_SYMBOL_GPL(ata_sff_dev_select);
* LOCKING:
* caller.
*/
void ata_dev_select(struct ata_port *ap, unsigned int device,
static void ata_dev_select(struct ata_port *ap, unsigned int device,
unsigned int wait, unsigned int can_sleep)
{
if (ata_msg_probe(ap))
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/ata/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ static inline int sata_pmp_attach(struct ata_device *dev)

/* libata-sff.c */
#ifdef CONFIG_ATA_SFF
extern void ata_dev_select(struct ata_port *ap, unsigned int device,
unsigned int wait, unsigned int can_sleep);
extern u8 ata_irq_on(struct ata_port *ap);
extern void ata_pio_task(struct work_struct *work);
#endif /* CONFIG_ATA_SFF */

Expand Down

0 comments on commit a87da20

Please sign in to comment.