Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31321
b: refs/heads/master
c: da298d3
h: refs/heads/master
i:
  31319: 401f5c8
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jun 29, 2006
1 parent 4820d97 commit 6d04c71
Show file tree
Hide file tree
Showing 45 changed files with 3,655 additions and 4,187 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: 6002e45045a190a112bc3bc2134d0ff4fac7ced7
refs/heads/master: da298d3a4f01dbc10c54da75d6b5717a99fb9cbc
17 changes: 0 additions & 17 deletions trunk/arch/sparc/kernel/ioport.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
*/

#include <linux/config.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/errno.h>
Expand All @@ -41,7 +40,6 @@
#include <asm/vaddrs.h>
#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/of_device.h>
#include <asm/sbus.h>
#include <asm/page.h>
#include <asm/pgalloc.h>
Expand Down Expand Up @@ -145,21 +143,6 @@ void __iomem *sbus_ioremap(struct resource *phyres, unsigned long offset,
phyres->start + offset, size, name);
}

void __iomem *of_ioremap(struct resource *res, unsigned long offset,
unsigned long size, char *name)
{
return _sparc_alloc_io(res->flags & 0xF,
res->start + offset,
size, name);
}
EXPORT_SYMBOL(of_ioremap);

void of_iounmap(void __iomem *base, unsigned long size)
{
iounmap(base);
}
EXPORT_SYMBOL(of_iounmap);

/*
*/
void sbus_iounmap(volatile void __iomem *addr, unsigned long size)
Expand Down
Loading

0 comments on commit 6d04c71

Please sign in to comment.