From patchwork Wed Sep 1 01:54:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carmelo AMOROSO X-Patchwork-Id: 146441 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o818qbAi031025 for ; Wed, 1 Sep 2010 08:52:37 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752115Ab0IAIwh (ORCPT ); Wed, 1 Sep 2010 04:52:37 -0400 Received: from eu1sys200aog115.obsmtp.com ([207.126.144.139]:42418 "EHLO eu1sys200aog115.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751863Ab0IAIwg (ORCPT ); Wed, 1 Sep 2010 04:52:36 -0400 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob115.postini.com ([207.126.147.11]) with SMTP ID DSNKTH4UUxRD230UhFvR2R+x7CNDVjcrtrB4@postini.com; Wed, 01 Sep 2010 08:52:36 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id BE8F3C5 for ; Wed, 1 Sep 2010 08:52:34 +0000 (GMT) Received: from mail3.ctn.st.com (mail3.ctn.st.com [164.130.116.150]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A018B20DB; Wed, 1 Sep 2010 08:52:33 +0000 (GMT) Received: from localhost ([164.130.129.16]) by mail3.ctn.st.com (MOS 3.8.7a) with ESMTP id DDP02539 (AUTH amorosoc); Wed, 1 Sep 2010 10:52:33 +0200 (CEST) From: Carmelo AMOROSO To: linux-sh@vger.kernel.org Cc: Carmelo Amoroso Subject: [PATCH] sh: Remove unused __IGNORE_recvmmsg macro. Date: Wed, 1 Sep 2010 03:54:15 +0200 Message-Id: <1283306055-761-1-git-send-email-carmelo.amoroso@st.com> X-Mailer: git-send-email 1.5.5.6 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 01 Sep 2010 08:52:38 +0000 (UTC) diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index a683d2f..4769278 100644 --- a/arch/sh/include/asm/unistd_32.h +++ b/arch/sh/include/asm/unistd_32.h @@ -372,8 +372,6 @@ #ifdef __KERNEL__ -#define __IGNORE_recvmmsg - #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_STAT