Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9625
b: refs/heads/master
c: 3115624
h: refs/heads/master
i:
  9623: 4581d75
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Oct 4, 2005
1 parent 271c568 commit 8797b44
Show file tree
Hide file tree
Showing 39 changed files with 389 additions and 288 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: 832f8f0378ff1566f2a222352c7ad5df3f8d0d9d
refs/heads/master: 3115624eda34d0f4e673fc6bcea36b7ad701ee33
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ void __init time_init(void)
sbus_time_init();
}

extern __inline__ unsigned long do_gettimeoffset(void)
static inline unsigned long do_gettimeoffset(void)
{
return (*master_l10_counter >> 10) & 0x1fffff;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc/mm/srmmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ static inline pte_t srmmu_pte_modify(pte_t pte, pgprot_t newprot)
{ return __pte((pte_val(pte) & SRMMU_CHG_MASK) | pgprot_val(newprot)); }

/* to find an entry in a top-level page table... */
extern inline pgd_t *srmmu_pgd_offset(struct mm_struct * mm, unsigned long address)
static inline pgd_t *srmmu_pgd_offset(struct mm_struct * mm, unsigned long address)
{ return mm->pgd + (address >> SRMMU_PGDIR_SHIFT); }

/* Find an entry in the second-level page table.. */
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ config LAN_SAA9730

config NET_POCKET
bool "Pocket and portable adapters"
depends on NET_ETHERNET && PARPORT
depends on NET_ETHERNET && ISA
---help---
Cute little network (Ethernet) devices which attach to the parallel
port ("pocket adapters"), commonly used with laptops. If you have
Expand All @@ -1679,7 +1679,7 @@ config NET_POCKET

config ATP
tristate "AT-LAN-TEC/RealTek pocket adapter support"
depends on NET_POCKET && PARPORT && X86
depends on NET_POCKET && ISA && X86
select CRC32
---help---
This is a network (Ethernet) device which attaches to your parallel
Expand All @@ -1694,7 +1694,7 @@ config ATP

config DE600
tristate "D-Link DE600 pocket adapter support"
depends on NET_POCKET && PARPORT
depends on NET_POCKET && ISA
---help---
This is a network (Ethernet) device which attaches to your parallel
port. Read <file:Documentation/networking/DLINK.txt> as well as the
Expand All @@ -1709,7 +1709,7 @@ config DE600

config DE620
tristate "D-Link DE620 pocket adapter support"
depends on NET_POCKET && PARPORT
depends on NET_POCKET && ISA
---help---
This is a network (Ethernet) device which attaches to your parallel
port. Read <file:Documentation/networking/DLINK.txt> as well as the
Expand Down
Loading

0 comments on commit 8797b44

Please sign in to comment.