Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325306
b: refs/heads/master
c: ae03180
h: refs/heads/master
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent 0e74f5a commit 184d99a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: b021367487fef35f91a4fa82b2eed63149f63410
refs/heads/master: ae0318019ff5d63d1128193731d2382823ff83a9
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/mite.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ EXPORT_SYMBOL(mite_devices);

#define TOP_OF_PAGE(x) ((x)|(~(PAGE_MASK)))

void mite_init(void)
static void mite_init(void)
{
struct pci_dev *pcidev = NULL;
struct mite_struct *mite;
Expand Down Expand Up @@ -206,7 +206,7 @@ int mite_setup(struct mite_struct *mite)
}
EXPORT_SYMBOL(mite_setup);

void mite_cleanup(void)
static void mite_cleanup(void)
{
struct mite_struct *mite, *next;

Expand Down Expand Up @@ -483,7 +483,7 @@ void mite_prep_dma(struct mite_channel *mite_chan,
}
EXPORT_SYMBOL(mite_prep_dma);

u32 mite_device_bytes_transferred(struct mite_channel *mite_chan)
static u32 mite_device_bytes_transferred(struct mite_channel *mite_chan)
{
struct mite_struct *mite = mite_chan->mite;
return readl(mite->mite_io_addr + MITE_DAR(mite_chan->channel));
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/comedi/drivers/mite.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ static inline unsigned int mite_device_id(struct mite_struct *mite)
return mite->pcidev->device;
};

void mite_init(void);
void mite_cleanup(void);
int mite_setup(struct mite_struct *mite);
int mite_setup2(struct mite_struct *mite, unsigned use_iodwbsr_1);
void mite_unsetup(struct mite_struct *mite);
Expand Down

0 comments on commit 184d99a

Please sign in to comment.