]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fix sti-netlink.c compilation failure
authorPaul Walmsley <paul@pwsan.com>
Tue, 8 May 2007 20:01:10 +0000 (14:01 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 8 May 2007 22:24:16 +0000 (15:24 -0700)
commit10af6743229179861924f6e48315006fdfdb8123
tree1ea8d56ed46bc72ef9abc608f2400c2abcee0e87
parent3e7c8b7ca323c9c2f2114f489d1910737d8dc54d
fix sti-netlink.c compilation failure

Fix this compilation error in current linux-omap-2.6 git head:

  CC      arch/arm/plat-omap/sti/sti-netlink.o
arch/arm/plat-omap/sti/sti-netlink.c: In function 'sti_netlink_init':
arch/arm/plat-omap/sti/sti-netlink.c:145: warning: passing argument 4 of 'netlink_kernel_create' from incompatible pointer type
arch/arm/plat-omap/sti/sti-netlink.c:145: error: too few arguments to function 'netlink_kernel_create'
make[2]: *** [arch/arm/plat-omap/sti/sti-netlink.o] Error 1
make[1]: *** [arch/arm/plat-omap/sti] Error 2
make: *** [arch/arm/plat-omap] Error 2

Compile-tested only.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/sti/sti-netlink.c