From patchwork Fri May 18 14:06:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Love X-Patchwork-Id: 10410857 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1A9EC6031B for ; Fri, 18 May 2018 14:06:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 03CF828961 for ; Fri, 18 May 2018 14:06:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EC4BD289AE; Fri, 18 May 2018 14:06:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A56B28961 for ; Fri, 18 May 2018 14:06:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752678AbeEROGi (ORCPT ); Fri, 18 May 2018 10:06:38 -0400 Received: from sub5.mail.dreamhost.com ([208.113.200.129]:36416 "EHLO homiemail-a44.g.dreamhost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbeEROGd (ORCPT ); Fri, 18 May 2018 10:06:33 -0400 Received: from homiemail-a44.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTP id 173A7600FC0F; Fri, 18 May 2018 07:06:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=nextdimension.cc; h=from :to:cc:subject:date:message-id; s=nextdimension.cc; bh=+qyQ4smug kfqDhjBo5KK3x3AmHA=; b=v+rP3i9IZCCnuUVfPZjlOQJPQJjL+mzd8smcDuIY9 InfzcJtqub3u4nT86rCaPHX5lnnSX2Fo4KHMeMl5rRDRAyEXjslD0unNwiEWONae kG0VS1bU5AvyYIWjbOHOfrmU6rzM6KkWmHFdfP+z7boUwTktUWCOEncWy4+us4CB WM= Received: from localhost.localdomain (66-90-189-166.dyn.grandenetworks.net [66.90.189.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: brad@nextdimension.ws) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTPSA id CF9DA600FC01; Fri, 18 May 2018 07:06:32 -0700 (PDT) From: Brad Love To: linux-media@vger.kernel.org Cc: Brad Love Subject: [PATCH] atomisp driver has been removed from staging Date: Fri, 18 May 2018 09:06:30 -0500 Message-Id: <1526652391-18898-1-git-send-email-brad@nextdimension.cc> X-Mailer: git-send-email 2.7.4 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Nuked completely, no backport required now. Signed-off-by: Brad Love --- backports/v4.10_sched_signal.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/backports/v4.10_sched_signal.patch b/backports/v4.10_sched_signal.patch index d32b2f4..c9876c2 100644 --- a/backports/v4.10_sched_signal.patch +++ b/backports/v4.10_sched_signal.patch @@ -257,19 +257,6 @@ index add2edb..8eb0f49 100644 #include #include -diff --git a/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c b/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c -index a6620d2..887f147 100644 ---- a/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c -+++ b/drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c -@@ -34,7 +34,7 @@ - #include - #include - #include --#include -+#include - #include - - #include diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index a7b3f7c..a63034b 100644 --- a/include/media/v4l2-ioctl.h