From patchwork Tue Feb 23 13:57:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 102704 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1844276lbl; Tue, 23 Feb 2016 05:58:38 -0800 (PST) X-Received: by 10.98.93.1 with SMTP id r1mr46037877pfb.57.1456235908373; Tue, 23 Feb 2016 05:58:28 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ud10si47515091pab.54.2016.02.23.05.58.28; Tue, 23 Feb 2016 05:58:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-omap-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbcBWN61 (ORCPT + 3 others); Tue, 23 Feb 2016 08:58:27 -0500 Received: from mout.kundenserver.de ([217.72.192.73]:57320 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752139AbcBWN60 (ORCPT ); Tue, 23 Feb 2016 08:58:26 -0500 Received: from wuerfel.lan. ([78.42.132.4]) by mrelayeu.kundenserver.de (mreue104) with ESMTPA (Nemesis) id 0M4rAD-1ZissU2m8z-00yzao; Tue, 23 Feb 2016 14:57:59 +0100 From: Arnd Bergmann To: Tony Lindgren Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: [PATCH 0/3] ARM: omap: randconfig warning fixes Date: Tue, 23 Feb 2016 14:57:50 +0100 Message-Id: <1456235876-4088840-1-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.7.0 X-Provags-ID: V03:K0:R9VqUPNXIQR+pzR1En1+ZngbD7KS9Nsh0s21Zu5+dt+VyU4eD9p tKuFNZX7YzB1XNr3bOIXLU1OcNeSWPlQJwVThjYOP9S5+nj8AZIBRLbAd02VD5OfJg4cxhr eHLOxPXTpd85uHqZCGx3kCaf0LwRWs2apEsRwfNRfRQJxWmH0xTyi964/aDNHSSFu4tDuTS K1/uBn8DmIbK8Z4zVTzLw== X-UI-Out-Filterresults: notjunk:1; V01:K0:42W0wd+XMF8=:psVAyla3EL/nGCrmAkY+qc CV3uyW4Kyrrw2xtfOa9FegpJ5SteiCFUMZGTS4GVRkQa/6QUJtipxI4iUnxhi7udl6Q8M0W/o H5fw8g0GMqiXWBAokVuR6vZBf9qRzgHlAfL4xv1FHsO4sdOPycNIFL2nCJuw+oX0LTMmyaiXa 6vTgyyDD0GgQT61csu+zImQGM0KDWosG+MvAOt+La4yi+TnRPNxg6O0cnylXp/iixTkGbkdK+ rbBgRUooliQiP1VdDZql9WYM9TLGzFmD1arIXgiCKZNNAJO0/8BD6cTR5d52neUlWQPrqdqjq UfmiZZikT/6rzDLe69nS+7JyCpdIEsgwJ9nGh1CysVCzqW7fo60UGcBaD5fwMKjmHzPCcaw/r nGGIG1RmCLgzxoLIlFeW5ZRM6wLM3pmVYJj7XYEoB9yf22REy8h+t1naLNOjjuoIgn/SuRlYx Z40uk3L0cQFb33uub0iHe2xQrvsrmMF/ARb4b4OU/6St22iUhM3H8r/WZ8Y9mtxKbUotQS4JB lWvpUVLH4wXh6M5h5vK8qQUP9smmlpzEs2lYX2kmQTFy64ILXIEBAV5RjuXUWA6s/OI3WJLkz v6AROeBm34szfHQOt1TJlwJdb59vk+XoLW4S1kKXhoS3s2GZiii+hDtqG0ZqIBOKTFiQETnMp y/5HU/T2OMHiPwZ4a1654nXeQi3HGDN7IqY3vKeI5wJl/Bf0/0mYP9T5AniwuoMf+d44= Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi Tony, Here are three patches to fix the remaining warnings I get in OMAP randconfig builds. The problems are all harmless, and the patches are just shutting up the compiler, but I think it's still worthwhile to include them to reduce the noise. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html