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
nexedi
linux
Commits
1b29b8d4
Commit
1b29b8d4
authored
Nov 20, 2002
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] some HBA compile warning fixes
parent
4518dd8e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
drivers/scsi/NCR53c406a.c
drivers/scsi/NCR53c406a.c
+0
-1
drivers/scsi/megaraid.h
drivers/scsi/megaraid.h
+0
-2
No files found.
drivers/scsi/NCR53c406a.c
View file @
1b29b8d4
...
...
@@ -55,7 +55,6 @@
#include <linux/spinlock.h>
#include "scsi.h"
#include "hosts.h"
#include "NCR53c406a.h"
/* ============================================================= */
...
...
drivers/scsi/megaraid.h
View file @
1b29b8d4
...
...
@@ -974,13 +974,11 @@ static void mega_build_kernel_sg (char *barea, ulong xfersize, mega_scb * pScb,
mega_ioctl_mbox
*
mbox
);
#endif
static
int
megadev_open
(
struct
inode
*
,
struct
file
*
);
static
int
megadev_ioctl_entry
(
struct
inode
*
,
struct
file
*
,
unsigned
int
,
unsigned
long
);
static
int
megadev_ioctl
(
struct
inode
*
,
struct
file
*
,
unsigned
int
,
unsigned
long
);
static
mega_scb
*
megadev_doioctl
(
mega_host_config
*
,
Scsi_Cmnd
*
);
static
int
megadev_close
(
struct
inode
*
,
struct
file
*
);
static
void
megadev_ioctl_done
(
Scsi_Cmnd
*
);
static
int
mega_init_scb
(
mega_host_config
*
);
static
void
enq_scb_freelist
(
mega_host_config
*
,
mega_scb
*
,
...
...
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