>247

debian stretchでコンパイルできないです。

/tmp/kmod-pt1-test1/pt1.c:126:27: error: field ‘qm1d1b0004’ has incomplete type
struct qm1d1b0004_config qm1d1b0004;
^~~~~~~~~~
/tmp/kmod-pt1-test1/pt1.c:132:24: error: field ‘demod_cfg’ has incomplete type
struct tc90522_config demod_cfg;
^~~~~~~~~
In file included from /tmp/kmod-pt1-test1/pt1.c:33:0:
/tmp/kmod-pt1-test1/pt1.c:141:19: error: ‘TC90522_I2C_DEV_SAT’ undeclared here ( not in a function)
I2C_BOARD_INFO(TC90522_I2C_DEV_SAT, 0x1b),
^
/usr/src/linux-headers-4.18.0-0.bpo.3-common/include/linux/i2c.h:440:10: note: i n definition of macro ‘I2C_BOARD_INFO’
.type = dev_type, .addr = (dev_addr)
^~~~~~~~
/tmp/kmod-pt1-test1/pt1.c:149:19: error: ‘TC90522_I2C_DEV_TER’ undeclared here ( not in a function)
I2C_BOARD_INFO(TC90522_I2C_DEV_TER, 0x1a),
^
/usr/src/linux-headers-4.18.0-0.bpo.3-common/include/linux/i2c.h:440:10: note: i n definition of macro ‘I2C_BOARD_INFO’
.type = dev_type, .addr = (dev_addr)
^~~~~~~~
/tmp/kmod-pt1-test1/pt1.c: In function ‘pt1_init_frontends’:
/tmp/kmod-pt1-test1/pt1.c:983:25: error: storage size of ‘dcfg’ isn’t known
struct tc90522_config dcfg;
^~~~
/tmp/kmod-pt1-test1/pt1.c:999:29: error: storage size of ‘tcfg’ isn’t known
struct qm1d1b0004_config tcfg;