tree: git://linuxtv.org/media_tree.git master
head: 1ee70cd7f5da2278445baf1634f7d30d514380f1
commit: 0dd0e92836cc6469e62600f981c289752ac42ac9 [497/499] [media] rc-core:
remove protocol arrays
config: make ARCH=microblaze allyesconfig
All error/warnings:
drivers/hid/hid-picolcd_cir.c: In function 'picolcd_init_cir':
>> drivers/hid/hid-picolcd_cir.c:117:6: error: 'struct rc_dev' has no member
>> named 'allowed_protos'
rdev->allowed_protos = RC_BIT_ALL;
^
vim +117 drivers/hid/hid-picolcd_cir.c
111 rdev = rc_allocate_device();
112 if (!rdev)
113 return -ENOMEM;
114
115 rdev->priv = data;
116 rdev->driver_type = RC_DRIVER_IR_RAW;
> 117 rdev->allowed_protos = RC_BIT_ALL;
118 rdev->open = picolcd_cir_open;
119 rdev->close = picolcd_cir_close;
120 rdev->input_name = data->hdev->name;
---
0-DAY kernel build testing backend Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html