Deleted Added
full compact
791,792d790
< #define CDEV_MAJOR 81
<
803,807c801,808
< static struct cdevsw rp_cdevsw =
< { rpopen, rpclose, rpread, rpwrite,
< rpioctl, rpstop, noreset, rpdevtotty,
< ttpoll, nommap, NULL, driver_name,
< NULL, -1};
---
> #define CDEV_MAJOR 81
> static struct cdevsw rp_cdevsw = {
> rpopen, rpclose, rpread, rpwrite,
> rpioctl, rpstop, noreset, rpdevtotty,
> ttpoll, nommap, NULL, driver_name,
> NULL, -1, nodump, nopsize,
> D_TTY,
> };
1403,1404d1403
< ttsetwater(tp);
<