From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751926AbdBEHHl (ORCPT ); Sun, 5 Feb 2017 02:07:41 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:33256 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751734AbdBEHHk (ORCPT ); Sun, 5 Feb 2017 02:07:40 -0500 From: Stafford Horne To: linux-kernel@vger.kernel.org Cc: Stafford Horne Subject: [PATCH 0/2] Remove unneeded stddef.h includes Date: Sun, 5 Feb 2017 16:07:31 +0900 Message-Id: X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, These were causing openrisc build to fail when building with allyesconfig using a musl toolchain. Removing them doesnt seem to cause any issues. The line removed was: #include Perhaps what was wanted was 'linux/stddef.h' but there did seem to be any special uses so I just removed it. Also, sending these patches should help the kbuild robots verify that. If I can get acks I will push it in with my openrisc branch. But if this should got through the net and staging paths I am happy with that. -Stafford Stafford Horne (2): libceph: Remove unneeded stddef.h include staging: vchip_shim: Remove unneeded stddef.h include drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c | 2 -- net/ceph/snapshot.c | 2 -- 2 files changed, 4 deletions(-) -- 2.9.3