[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1486276931.git.shorne@gmail.com>
Date: Sun, 5 Feb 2017 16:07:31 +0900
From: Stafford Horne <shorne@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Stafford Horne <shorne@...il.com>
Subject: [PATCH 0/2] Remove unneeded stddef.h includes
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 <stddef.h>
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
Powered by blists - more mailing lists