Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1239630

[PATCH 0/3] Small changes in headers

From Gabriel Laskar <gabriel@lse.epita.fr>
Newsgroups linux.kernel
Subject [PATCH 0/3] Small changes in headers
Date 2015-10-05 17:00 +0200
Message-ID <qgfp8-21B-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Here is some changes for ioctls numbers declared outside of uapi, or not used
at all.


Gabriel Laskar (3):
  mce: change asm/ioctls.h for linux/ioctl.h
  msm: remove unused header
  falloc: expose ioctl numbers into uapi

 arch/x86/include/uapi/asm/mce.h |  2 +-
 include/linux/falloc.h          | 18 ----------
 include/linux/msm_mdp.h         | 79 -----------------------------------------
 include/uapi/linux/falloc.h     | 18 ++++++++++
 4 files changed, 19 insertions(+), 98 deletions(-)
 delete mode 100644 include/linux/msm_mdp.h

-- 
2.6.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Small changes in headers Gabriel Laskar <gabriel@lse.epita.fr> - 2015-10-05 17:00 +0200
  [PATCH 3/3] falloc: expose ioctl numbers into uapi Gabriel Laskar <gabriel@lse.epita.fr> - 2015-10-05 17:00 +0200
    Re: [PATCH 3/3] falloc: expose ioctl numbers into uapi kbuild test robot <lkp@intel.com> - 2015-10-05 17:10 +0200

csiph-web