um: get rid of pointless include "..." where include <...> will do

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Este commit está contenido en:
Al Viro
2012-10-08 03:27:32 +01:00
cometido por Richard Weinberger
padre 382d95fdfa
commit 37185b3324
Se han modificado 144 ficheros con 428 adiciones y 429 borrados

Ver fichero

@@ -3,7 +3,7 @@
* Licensed under the GPL
*/
#include "linux/module.h"
#include <linux/module.h>
extern void __bb_init_func(void *) __attribute__((weak));
EXPORT_SYMBOL(__bb_init_func);