Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
a6fbb1c8
Commit
a6fbb1c8
authored
Feb 01, 2008
by
Bartlomiej Zolnierkiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ide: remove unused ide_hwgroup_t fields
Signed-off-by:
Bartlomiej Zolnierkiewicz
<
bzolnier@gmail.com
>
parent
04244937
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
include/linux/ide.h
include/linux/ide.h
+3
-11
No files found.
include/linux/ide.h
View file @
a6fbb1c8
...
...
@@ -628,8 +628,7 @@ typedef int (ide_expiry_t)(ide_drive_t *);
typedef
struct
hwgroup_s
{
/* irq handler, if active */
ide_startstop_t
(
*
handler
)(
ide_drive_t
*
);
/* irq handler, suspended if active */
ide_startstop_t
(
*
handler_save
)(
ide_drive_t
*
);
/* BOOL: protects all fields below */
volatile
int
busy
;
/* BOOL: wake us up on timer expiry */
...
...
@@ -644,25 +643,18 @@ typedef struct hwgroup_s {
/* ptr to current hwif in linked-list */
ide_hwif_t
*
hwif
;
/* for pci chipsets */
struct
pci_dev
*
pci_dev
;
/* current request */
struct
request
*
rq
;
/* failsafe timer */
struct
timer_list
timer
;
/* local copy of current write rq */
struct
request
wrq
;
/* timeout value during long polls */
unsigned
long
poll_timeout
;
/* queried upon timeouts */
int
(
*
expiry
)(
ide_drive_t
*
);
/* ide_system_bus_speed */
int
pio_clock
;
int
req_gen
;
int
req_gen_timer
;
unsigned
char
cmd_buf
[
4
];
}
ide_hwgroup_t
;
typedef
struct
ide_driver_s
ide_driver_t
;
...
...
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