diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-29 03:58:24 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-29 03:58:24 +0000 |
commit | 1c5c0c934f91fbce2825acbb849e98781e774c1d (patch) | |
tree | 12b5ae03516d4103bc070e4579ae1f7f71c27d24 /include/linux/lp.h | |
parent | 4fe70c31de87823ac9e804f4795589ba74dc6971 (diff) |
Merge with 2.1.47. Some more cleanup and module fixes.
Diffstat (limited to 'include/linux/lp.h')
-rw-r--r-- | include/linux/lp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lp.h b/include/linux/lp.h index 18076c1af..5554600a2 100644 --- a/include/linux/lp.h +++ b/include/linux/lp.h @@ -113,7 +113,7 @@ struct lp_stats { }; struct lp_struct { - struct ppd *dev; + struct pardevice *dev; int flags; unsigned int chars; unsigned int time; |