Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113672
b: refs/heads/master
c: a70973c
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan committed Oct 10, 2008
1 parent 7c479af commit 1aada6c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 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: a04f4de6412a4f0ababf9f665674414f26d4cb6e
refs/heads/master: a70973c2141f98e2046f7ce9a29774bf254cf70f
17 changes: 0 additions & 17 deletions trunk/arch/arm/kernel/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,6 @@ EXPORT_SYMBOL(dma_spin_lock);

static dma_t dma_chan[MAX_DMA_CHANNELS];

/*
* Get dma list for /proc/dma
*/
int get_dma_list(char *buf)
{
dma_t *dma;
char *p = buf;
int i;

for (i = 0, dma = dma_chan; i < MAX_DMA_CHANNELS; i++, dma++)
if (dma->lock)
p += sprintf(p, "%2d: %14s %s\n", i,
dma->d_ops->type, dma->device_id);

return p - buf;
}

/*
* Request DMA channel
*
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/include/asm/dma_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ static inline void sparc_dma_pause(struct sparc_dma_registers *regs,
#define for_each_dvma(dma) \
for((dma) = dma_chain; (dma); (dma) = (dma)->next)

extern int get_dma_list(char *);
extern int request_dma(unsigned int, __const__ char *);
extern void free_dma(unsigned int);

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/proc/proc_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
extern int get_hardware_list(char *);
extern int get_stram_list(char *);
extern int get_exec_domain_list(char *);
extern int get_dma_list(char *);

static int proc_calc_metrics(char *page, char **start, off_t off,
int count, int *eof, int len)
Expand Down

0 comments on commit 1aada6c

Please sign in to comment.