public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove unneeded stddef.h includes
@ 2017-02-05  7:07 Stafford Horne
  2017-02-05  7:07 ` [PATCH 1/2] libceph: Remove unneeded stddef.h include Stafford Horne
  2017-02-05  7:07 ` [PATCH 2/2] staging: vchip_shim: " Stafford Horne
  0 siblings, 2 replies; 6+ messages in thread
From: Stafford Horne @ 2017-02-05  7:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: Stafford Horne

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-07  2:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-05  7:07 [PATCH 0/2] Remove unneeded stddef.h includes Stafford Horne
2017-02-05  7:07 ` [PATCH 1/2] libceph: Remove unneeded stddef.h include Stafford Horne
2017-02-06 10:19   ` Ilya Dryomov
2017-02-06 16:16   ` David Laight
2017-02-07  2:45     ` Stafford Horne
2017-02-05  7:07 ` [PATCH 2/2] staging: vchip_shim: " Stafford Horne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox