Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30907
b: refs/heads/master
c: 77b08fb
h: refs/heads/master
i:
  30905: d521acb
  30903: 5d2a4bb
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Jun 27, 2006
1 parent a427880 commit 20b763f
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 977e6b9f3a9b17f1c608a9d1e5a7b5c46a5f7d4a
refs/heads/master: 77b08fb56a41e84b5e78b14f24d79879235e3337
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ unsigned ata_exec_internal(struct ata_device *dev,
* RETURNS:
* Zero on success, AC_ERR_* mask on failure
*/
static unsigned int ata_do_simple_cmd(struct ata_device *dev, u8 cmd)
unsigned int ata_do_simple_cmd(struct ata_device *dev, u8 cmd)
{
struct ata_taskfile tf;

Expand Down Expand Up @@ -4973,7 +4973,7 @@ int ata_port_offline(struct ata_port *ap)
return 0;
}

static int ata_flush_cache(struct ata_device *dev)
int ata_flush_cache(struct ata_device *dev)
{
unsigned int err_mask;
u8 cmd;
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ extern void ata_port_flush_task(struct ata_port *ap);
extern unsigned ata_exec_internal(struct ata_device *dev,
struct ata_taskfile *tf, const u8 *cdb,
int dma_dir, void *buf, unsigned int buflen);
extern unsigned int ata_do_simple_cmd(struct ata_device *dev, u8 cmd);
extern int ata_dev_read_id(struct ata_device *dev, unsigned int *p_class,
int post_reset, u16 *id);
extern int ata_dev_configure(struct ata_device *dev, int print_info);
Expand All @@ -64,6 +65,7 @@ extern int ata_check_atapi_dma(struct ata_queued_cmd *qc);
extern void ata_dev_select(struct ata_port *ap, unsigned int device,
unsigned int wait, unsigned int can_sleep);
extern void swap_buf_le16(u16 *buf, unsigned int buf_words);
extern int ata_flush_cache(struct ata_device *dev);
extern void ata_dev_init(struct ata_device *dev);
extern int ata_task_ioctl(struct scsi_device *scsidev, void __user *arg);
extern int ata_cmd_ioctl(struct scsi_device *scsidev, void __user *arg);
Expand Down

0 comments on commit 20b763f

Please sign in to comment.