[PATCH -mmotm] ummunotify: fix userspace build

From: Randy Dunlap
Date: Fri Aug 21 2009 - 13:31:59 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix lots of build errors in ummunotify/umn-test, which are due to
this error:
Documentation/ummunotify/umn-test.c:23:30: error: linux/ummunotify.h: No such file or directory

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Cc: Roland Dreier <rolandd@xxxxxxxxx>
---
Documentation/ummunotify/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- mmotm-2009-0820-1918.orig/Documentation/ummunotify/Makefile
+++ mmotm-2009-0820-1918/Documentation/ummunotify/Makefile
@@ -4,4 +4,4 @@ hostprogs-y := umn-test
# Tell kbuild to always build the programs
always := $(hostprogs-y)

-HOSTCFLAGS_umn-test.o += -I$(objtree)/include
+HOSTCFLAGS_umn-test.o += -I$(objtree)/usr/include



---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/