[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CA+r1ZhiqnB3paaHdNA+J_m2zc09EmsF0xfbbG+sqCJ56xLn9jA@mail.gmail.com>
Date: Wed, 1 Oct 2014 11:59:50 -0700
From: Jim Davis <jim.epost@...il.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next <linux-next@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
Kyungmin Park <kyungmin.park@...sung.com>,
t.stanislaws@...sung.com, "m.chehab" <m.chehab@...sung.com>,
linux-arm-kernel@...ts.infradead.org,
linux-media <linux-media@...r.kernel.org>
Subject: randconfig build error with next-20141001, in drivers/media/platform/s5p-tv/hdmiphy_drv.c
Building with the attached random configuration file,
drivers/media/platform/s5p-tv/hdmiphy_drv.c: In function ‘hdmiphy_s_dv_timings’:
drivers/media/platform/s5p-tv/hdmiphy_drv.c:216:2: error: implicit
declaration of function ‘i2c_master_send’
[-Werror=implicit-function-declaration]
ret = i2c_master_send(client, buffer, 32);
^
drivers/media/platform/s5p-tv/hdmiphy_drv.c: At top level:
drivers/media/platform/s5p-tv/hdmiphy_drv.c:325:1: warning: data
definition has no type or storage class [enabled by default]
module_i2c_driver(hdmiphy_driver);
^
drivers/media/platform/s5p-tv/hdmiphy_drv.c:325:1: error: type defaults to ‘int’
in declaration of ‘module_i2c_driver’ [-Werror=implicit-int]
drivers/media/platform/s5p-tv/hdmiphy_drv.c:325:1: warning: parameter
names (without types) in function declaration [enabled by default]
drivers/media/platform/s5p-tv/hdmiphy_drv.c:315:26: warning:
‘hdmiphy_driver’ defined but not used [-Wunused-variable]
static struct i2c_driver hdmiphy_driver = {
^
cc1: some warnings being treated as errors
make[4]: *** [drivers/media/platform/s5p-tv/hdmiphy_drv.o] Error 1
View attachment "randconfig-1412188786.txt" of type "text/plain" (46151 bytes)
Powered by blists - more mailing lists