On Sat, Jul 02, 2022 at 03:23:30PM +1000, Jonathan Gray wrote:
> a few more could be removed?
> 
> arch/sh/dev/scif.c:scifpoll(dev_t dev, int events, struct proc *p)
> 
> kern/tty_tty.c:cttypoll(dev_t dev, int events, struct proc *p)
> sys/tty.h:int   cttypoll(dev_t, int, struct proc *);

Augmented the patch with these, thanks.

> kern/sys_generic.c:seltrue(dev_t dev, int events, struct proc *p)
> sys/systm.h:int seltrue(dev_t dev, int which, struct proc *);
> 
> kern/sys_generic.c:selfalse(dev_t dev, int events, struct proc *p)
> sys/systm.h:int selfalse(dev_t dev, int which, struct proc *);

These I have in a subsequent cleanup patch.

Reply via email to