Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
52e3c71b
Commit
52e3c71b
authored
Feb 27, 2003
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALPHA] Fix Jensen -Werror failures.
From Marc Zyngier <mzyngier@freesurf.fr>.
parent
37116932
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
arch/alpha/kernel/pci-noop.c
arch/alpha/kernel/pci-noop.c
+2
-1
No files found.
arch/alpha/kernel/pci-noop.c
View file @
52e3c71b
...
...
@@ -48,7 +48,6 @@ asmlinkage long
sys_pciconfig_iobase
(
long
which
,
unsigned
long
bus
,
unsigned
long
dfn
)
{
struct
pci_controller
*
hose
;
struct
pci_dev
*
dev
;
/* from hose or from bus.devfn */
if
(
which
&
IOBASE_FROM_HOSE
)
{
...
...
@@ -106,6 +105,7 @@ sys_pciconfig_write(unsigned long bus, unsigned long dfn,
void
*
pci_alloc_consistent
(
struct
pci_dev
*
pdev
,
size_t
size
,
dma_addr_t
*
dma_addrp
)
{
return
NULL
;
}
void
pci_free_consistent
(
struct
pci_dev
*
pdev
,
size_t
size
,
void
*
cpu_addr
,
...
...
@@ -116,6 +116,7 @@ dma_addr_t
pci_map_single
(
struct
pci_dev
*
pdev
,
void
*
cpu_addr
,
size_t
size
,
int
direction
)
{
return
(
dma_addr_t
)
0
;
}
void
pci_unmap_single
(
struct
pci_dev
*
pdev
,
dma_addr_t
dma_addr
,
size_t
size
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment