Geert Uytterhoeven <[email protected]> wrote: > Commit 59d8053f1e16904d54ed7469d4b36801ea6b8f2c ("proc: Move non-public > stuff from linux/proc_fs.h to fs/proc/internal.h") broke Apple NuBus > support: > > drivers/nubus/proc.c: In function ‘nubus_proc_detach_device’: > drivers/nubus/proc.c:156: error: dereferencing pointer to incomplete type > drivers/nubus/proc.c:158: error: dereferencing pointer to incomplete type > > Fortunately nubus_proc_detach_device() is unused, and appears to have never > been used, so just remove it. > > Signed-off-by: Geert Uytterhoeven <[email protected]>
Fine by me. Acked-by: David Howells <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

