From nobody Wed Dec 17 20:40:28 2025 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 347D416F914 for ; Thu, 2 May 2024 17:31:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714671099; cv=none; b=OnFPcOjBmCU1esEgt3kPovAyOnG7hQls7H0gWUH7M43LfI328PAqE3F3zCyriEng0upQbMtVrTypeePZxkfbnDD99LJrZlU+MeOjdY5D5rbcWXPcPtoaOTmIZsB+C3Qoxc2uB2XpCMEzEcvONlbB0QcmFeVwGm85Uz4jfc237T0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714671099; c=relaxed/simple; bh=7zGK+CxCEqMsn8UIbCCcUkJMqdwExUdxpOZvoZ4zcFg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=nwGBEQRj51sZCrHhigkb9xZb0quuwTQOqBP8Mvt/khxQoKphNSmSBejNHateEDvdrNJqbq6mwY7bIQFXJv/zrC1CiuigHOB0EPR4D791jhM4WBWxa4RUvZFiXcHMb/G4KlI912bChYcJtFozGDnlPgWUJrgLNxU9gznA1Eh1ctY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=flSK4eO0; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="flSK4eO0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714671096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=sB91QKrP49e1+jKYA7HCeRe5RMkZyONEHjmLnHX1yds=; b=flSK4eO0cDw/LiU5XlhLKjT5s8mfIrf6TDdA0itSZl/pndxYwOudAWba//tgOo/LdSYmSu JDWW6GvGt/Og32pLNHzzQ2neTCWM6rREghHUY1rwVlI3whCxT7XeaqCahYrFR3L4WNq/KY qZi1RgIkS/CzUmk3dbFinqqOGZZSXFU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-669-rijvY694PW6aJwZ0J9v_HA-1; Thu, 02 May 2024 13:31:35 -0400 X-MC-Unique: rijvY694PW6aJwZ0J9v_HA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id F04EA80017B; Thu, 2 May 2024 17:31:34 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.39.192.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9E314203397D; Thu, 2 May 2024 17:31:33 +0000 (UTC) From: Thomas Huth To: Michal Simek Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , linux-arch@vger.kernel.org Subject: [PATCH] microblaze: Remove empty #ifndef __ASSEMBLY__ statement Date: Thu, 2 May 2024 19:31:32 +0200 Message-ID: <20240502173132.57098-1-thuth@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 Content-Type: text/plain; charset="utf-8" Likely an unnecessary remainder of the scripted UAPI cleanup that happened long ago... Signed-off-by: Thomas Huth --- arch/microblaze/include/uapi/asm/setup.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/microblaze/include/uapi/asm/setup.h b/arch/microblaze/inc= lude/uapi/asm/setup.h index 6831794e6f2c..16c56807f86a 100644 --- a/arch/microblaze/include/uapi/asm/setup.h +++ b/arch/microblaze/include/uapi/asm/setup.h @@ -14,7 +14,4 @@ =20 #define COMMAND_LINE_SIZE 256 =20 -# ifndef __ASSEMBLY__ - -# endif /* __ASSEMBLY__ */ #endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */ --=20 2.44.0