kernel/include/linux/mei_cl_bus.h
.. .. @@ -1,4 +1,7 @@ 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 +/*3 + * Copyright (c) 2013-2016, Intel Corporation. All rights reserved.4 + */2 5 #ifndef _LINUX_MEI_CL_BUS_H 3 6 #define _LINUX_MEI_CL_BUS_H 4 7 .. .. @@ -55,6 +58,8 @@ 55 58 void *priv_data; 56 59 }; 57 60 61 +#define to_mei_cl_device(d) container_of(d, struct mei_cl_device, dev)62 +58 63 struct mei_cl_driver { 59 64 struct device_driver driver; 60 65 const char *name;