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
16eda391
Commit
16eda391
authored
Jun 14, 2003
by
Dominik Brodowski
Committed by
Russell King
Jun 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PCMCIA] Remove stale structure definition.
pcmcia_socket_class_data is (fortunately) not needed any longer.
parent
97ef4805
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
include/pcmcia/ss.h
include/pcmcia/ss.h
+0
-9
No files found.
include/pcmcia/ss.h
View file @
16eda391
...
@@ -147,15 +147,6 @@ struct pccard_operations {
...
@@ -147,15 +147,6 @@ struct pccard_operations {
*/
*/
struct
pcmcia_socket
;
struct
pcmcia_socket
;
struct
pcmcia_socket_class_data
{
unsigned
int
nsock
;
/* number of sockets */
unsigned
int
sock_offset
;
/* socket # (which is
* returned to driver) = sock_offset + (0, 1, .. , (nsock-1) */
struct
pccard_operations
*
ops
;
/* see above */
struct
pcmcia_socket
*
s_info
;
struct
class_device
class_dev
;
/* generic class structure */
};
typedef
struct
erase_busy_t
{
typedef
struct
erase_busy_t
{
eraseq_entry_t
*
erase
;
eraseq_entry_t
*
erase
;
client_handle_t
client
;
client_handle_t
client
;
...
...
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