From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760000Ab2JLRum (ORCPT ); Fri, 12 Oct 2012 13:50:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51333 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755829Ab2JLRuk (ORCPT ); Fri, 12 Oct 2012 13:50:40 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <21143.1349774135@warthog.procyon.org.uk> To: Geert Uytterhoeven Cc: dhowells@redhat.com, linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Disintegrate UAPI for m68k [ver #2] Date: Fri, 12 Oct 2012 18:50:35 +0100 Message-ID: <11258.1350064235@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Geert Uytterhoeven wrote: > This leaves the following empty construct: > > #ifdef CONFIG_COLDFIRE > #else > #endif Odd. It emitted it in both headers, which it shouldn't have. > I'll remove it in a subsequent patch. Thanks. David