Message ID | 20190629125933.679-1-linus.walleij@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/7] drm/msm/mdp4: Drop unused GPIO include | expand |
On Sat, Jun 29, 2019 at 3:01 PM Linus Walleij <linus.walleij@linaro.org> wrote: > This file is not using any symbols from <linux/gpio.h> so just > drop this include. > > Cc: Rob Clark <robdclark@gmail.com> > Cc: Sean Paul <sean@poorly.run> > Cc: linux-arm-msm@vger.kernel.org > Cc: freedreno@lists.freedesktop.org > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Rob & friends: can this be merged to wherever you merge the MSM DRM patches? If it is in drm-misc I can apply it but I need some ACKs. Yours, Linus Walleij
On Sun, Jul 28, 2019 at 12:02 PM Linus Walleij <linus.walleij@linaro.org> wrote: > On Sat, Jun 29, 2019 at 3:01 PM Linus Walleij <linus.walleij@linaro.org> wrote: > > > This file is not using any symbols from <linux/gpio.h> so just > > drop this include. > > > > Cc: Rob Clark <robdclark@gmail.com> > > Cc: Sean Paul <sean@poorly.run> > > Cc: linux-arm-msm@vger.kernel.org > > Cc: freedreno@lists.freedesktop.org > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > > Rob & friends: can this be merged to wherever you merge > the MSM DRM patches? If it is in drm-misc I can apply it > but I need some ACKs. Ping on this! Yours, Linus Walleij
On Sat, Jun 29, 2019 at 02:59:27PM +0200, Linus Walleij wrote: > This file is not using any symbols from <linux/gpio.h> so just > drop this include. > > Cc: Rob Clark <robdclark@gmail.com> > Cc: Sean Paul <sean@poorly.run> > Cc: linux-arm-msm@vger.kernel.org > Cc: freedreno@lists.freedesktop.org > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> For the series: Reviewed-by: Brian Masney <masneyb@onstation.org>
diff --git a/drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_connector.c b/drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_connector.c index 5368e621999c..753579914d0c 100644 --- a/drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_connector.c +++ b/drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_connector.c @@ -16,8 +16,6 @@ * this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <linux/gpio.h> - #include "mdp4_kms.h" struct mdp4_lvds_connector {
This file is not using any symbols from <linux/gpio.h> so just drop this include. Cc: Rob Clark <robdclark@gmail.com> Cc: Sean Paul <sean@poorly.run> Cc: linux-arm-msm@vger.kernel.org Cc: freedreno@lists.freedesktop.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_connector.c | 2 -- 1 file changed, 2 deletions(-) -- 2.20.1