From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934378AbbENPau (ORCPT ); Thu, 14 May 2015 11:30:50 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:34779 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932561AbbENP2y (ORCPT ); Thu, 14 May 2015 11:28:54 -0400 From: Rabin Vincent To: jesper.nilsson@axis.com Cc: linux-kernel@vger.kernel.org, linux-cris-kernel@axis.com, Rabin Vincent Subject: [PATCH 3/8] CRIS: UAPI: use generic sockios.h Date: Thu, 14 May 2015 17:28:07 +0200 Message-Id: <1431617292-10067-3-git-send-email-rabin@rab.in> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1431617292-10067-1-git-send-email-rabin@rab.in> References: <1431617292-10067-1-git-send-email-rabin@rab.in> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org CRIS' sockios.h is equivalent to the asm-generic version. Effective diff: @@ -1,5 +1,5 @@ -#ifndef __ARCH_CRIS_SOCKIOS__ -#define __ARCH_CRIS_SOCKIOS__ +#ifndef __ASM_GENERIC_SOCKIOS_H +#define __ASM_GENERIC_SOCKIOS_H #define FIOSETOWN 0x8901 Signed-off-by: Rabin Vincent --- arch/cris/include/asm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 161bbf7..a17fb8c 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild @@ -33,6 +33,7 @@ generic-y += resource.h generic-y += scatterlist.h generic-y += sections.h generic-y += siginfo.h +generic-y += sockios.h generic-y += statfs.h generic-y += topology.h generic-y += trace_clock.h -- 2.1.4