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
8e7d9b1e
Commit
8e7d9b1e
authored
Mar 06, 2003
by
Alan Cox
Committed by
Linus Torvalds
Mar 06, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] filter more 2.2 junk
parent
7ece26ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
28 deletions
+0
-28
drivers/scsi/i91uscsi.h
drivers/scsi/i91uscsi.h
+0
-8
drivers/scsi/inia100.c
drivers/scsi/inia100.c
+0
-6
drivers/scsi/inia100.h
drivers/scsi/inia100.h
+0
-14
No files found.
drivers/scsi/i91uscsi.h
View file @
8e7d9b1e
...
...
@@ -70,12 +70,6 @@
#ifndef NULL
#define NULL 0
/* zero */
#endif
#ifndef TRUE
#define TRUE (1)
/* boolean true */
#endif
#ifndef FALSE
#define FALSE (0)
/* boolean false */
#endif
#ifndef FAILURE
#define FAILURE (-1)
#endif
...
...
@@ -597,11 +591,9 @@ typedef struct Ha_Ctrl_Struc {
TCS
HCS_Tcs
[
MAX_TARGETS
];
/* 78 */
ULONG
pSRB_head
;
/* SRB save queue header */
ULONG
pSRB_tail
;
/* SRB save queue tail */
#if LINUX_VERSION_CODE >= CVT_LINUX_VERSION(2,1,95)
spinlock_t
HCS_AvailLock
;
spinlock_t
HCS_SemaphLock
;
spinlock_t
pSRB_lock
;
/* SRB queue lock */
#endif
}
HCS
;
/* Bit Definition for HCB_Config */
...
...
drivers/scsi/inia100.c
View file @
8e7d9b1e
...
...
@@ -67,12 +67,6 @@
* - Fix allocation of scsi host structs and private data
**************************************************************************/
#define CVT_LINUX_VERSION(V,P,S) (V * 65536 + P * 256 + S)
#ifndef LINUX_VERSION_CODE
#include <linux/version.h>
#endif
#include <linux/module.h>
#include <linux/errno.h>
...
...
drivers/scsi/inia100.h
View file @
8e7d9b1e
...
...
@@ -63,14 +63,6 @@
* merged them into a single header used by both .c files.
****************************************************************************/
#ifndef CVT_LINUX_VERSION
#define CVT_LINUX_VERSION(V,P,S) (((V) * 65536) + ((P) * 256) + (S))
#endif
#ifndef LINUX_VERSION_CODE
#include <linux/version.h>
#endif
#include <linux/config.h>
#include <linux/types.h>
#include <linux/pci.h>
...
...
@@ -117,12 +109,6 @@ static int inia100_bus_reset(Scsi_Cmnd *);
#ifndef NULL
#define NULL 0
/* zero */
#endif
#ifndef TRUE
#define TRUE (1)
/* boolean true */
#endif
#ifndef FALSE
#define FALSE (0)
/* boolean false */
#endif
#ifndef FAILURE
#define FAILURE (-1)
#endif
...
...
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