-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PARISC] Add asm-parisc/mckinley.h bus header
Add header for McKinley bus related code. Remove extern decl of proc_mckinley_root in drivers/parisc/sba_iommu.c Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
- Loading branch information
Kyle McMartin
authored and
Matthew Wilcox
committed
Oct 4, 2006
1 parent
3d73cf5
commit 6f03495
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#ifndef ASM_PARISC_MCKINLEY_H | ||
#define ASM_PARISC_MCKINLEY_H | ||
#ifdef __KERNEL__ | ||
|
||
/* declared in arch/parisc/kernel/setup.c */ | ||
extern struct proc_dir_entry * proc_mckinley_root; | ||
|
||
#endif /*__KERNEL__*/ | ||
#endif /*ASM_PARISC_MCKINLEY_H*/ |