Skip to content

Commit

Permalink
[PATCH] Char: mxser_new, rework to allow dynamic structs
Browse files Browse the repository at this point in the history
This patch is preparation for further patches (pci probing) to allow allocated
structures to be private data in pci_dev structure.  Union two different
structures used in the driver (hw_conf and port/board descriptor) to another
2: port and board not to initialize 2 different things and to have ports
contained in board structure.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent 3306ce3 commit 55b307d
Show file tree
Hide file tree
Showing 2 changed files with 584 additions and 628 deletions.
Loading

0 comments on commit 55b307d

Please sign in to comment.