On 11/11/15 18:01, Stephen Rothwell wrote:
> Hi all,
> 
> Please do *not* add any material intended for v4.5 to your linux-next
> included branches until after v4.4-rc1 has been released.
> 
> Changes since 20151111:
> 
> *cickets*
   eh??


on x86_64:

ERROR: "input_event" [drivers/staging/unisys/visorinput/visorinput.ko] 
undefined!
ERROR: "input_set_capability" [drivers/staging/unisys/visorinput/visorinput.ko] 
undefined!
ERROR: "input_set_abs_params" [drivers/staging/unisys/visorinput/visorinput.ko] 
undefined!
ERROR: "input_free_device" [drivers/staging/unisys/visorinput/visorinput.ko] 
undefined!
ERROR: "input_register_device" 
[drivers/staging/unisys/visorinput/visorinput.ko] undefined!
ERROR: "input_allocate_device" 
[drivers/staging/unisys/visorinput/visorinput.ko] undefined!
ERROR: "input_unregister_device" 
[drivers/staging/unisys/visorinput/visorinput.ko] undefined!

when CONFIG_INPUT is not enabled.

Just add
        depends on INPUT
to this driver's Kconfig file.

Thanks.


-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to