From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build failure after merge of the drm-misc tree Date: Wed, 28 Aug 2019 18:55:16 +1000 Message-ID: <20190828185516.22b03da8@canb.auug.org.au> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0701938111==" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Daniel Vetter , Intel Graphics , DRI Cc: Linux Next Mailing List , Linux Kernel Mailing List , Gerd Hoffmann List-Id: dri-devel@lists.freedesktop.org --===============0701938111== Content-Type: multipart/signed; boundary="Sig_/vl+g_4dHxCiacR0wR8Sx6nD"; protocol="application/pgp-signature"; micalg=pgp-sha256 --Sig_/vl+g_4dHxCiacR0wR8Sx6nD Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the drm-misc tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/gpu/drm/virtio/virtgpu_object.c:31:67: error: expected ')' before '= int' module_param_named(virglhack, virtio_gpu_virglrenderer_workaround, int, 04= 00); ^~~~ ) Caused by commit 3e93bc2a58aa ("drm/virtio: make resource id workaround runtime switchable= .") I applied the following fix patch: From: Stephen Rothwell Date: Wed, 28 Aug 2019 18:37:40 +1000 Subject: [PATCH] drm/virtio: module_param_named() requires linux/modulepara= m.h Signed-off-by: Stephen Rothwell --- drivers/gpu/drm/virtio/virtgpu_object.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/virtio/virtgpu_object.c b/drivers/gpu/drm/virt= io/virtgpu_object.c index aab5534056ec..b5f8923ac674 100644 --- a/drivers/gpu/drm/virtio/virtgpu_object.c +++ b/drivers/gpu/drm/virtio/virtgpu_object.c @@ -23,6 +23,8 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ =20 +#include + #include =20 #include "virtgpu_drv.h" --=20 2.20.1 --=20 Cheers, Stephen Rothwell --Sig_/vl+g_4dHxCiacR0wR8Sx6nD Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl1mQXQACgkQAVBC80lX 0GwORQf6AlHwThxv6cZcRGeDgqyf3lCCR2mfKYONLAp2GmjLFjkS3TaAri5ltvPT 97svBbPdH8yu86Kw8PowHBXS8BUV1CxmrgfSrmZHUjBerrTi+wlIduVFP7Q8tzry haUQ6gaVphSvChG0OCAB6TsJZlnmHtJy5VZSRH5mZ4Opsn0HYGaa0RcV5dWqQM1z cpOpsz7Hbyf1DQC4TQ6Y5+CLD1sj4MNe9gh8N4blAlN6Kv7HoLMEMSZCUPUxSlkV Z9bLuzSnHv+EB77v0H3UO9x3OOR7g1KYc6GmVJyOXk0QQC9o/yery3tYscE2lobC tF82e/0NcWBt1banOVbXJQCqWDFFjg== =/Jl+ -----END PGP SIGNATURE----- --Sig_/vl+g_4dHxCiacR0wR8Sx6nD-- --===============0701938111== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KSW50ZWwtZ2Z4 IG1haWxpbmcgbGlzdApJbnRlbC1nZnhAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vaW50ZWwtZ2Z4 --===============0701938111==--