From: Geert Uytterhoeven Date: Fri, 3 May 2013 20:20:38 +0000 (+0200) Subject: nubus: Kill nubus_proc_detach_device() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~43^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e765acb4673f377c53505c01279c040906bd706e;p=pandora-kernel.git nubus: Kill nubus_proc_detach_device() 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed