backports: dissolve compat-3.9.h
authorJohannes Berg <johannes.berg@intel.com>
Thu, 11 Apr 2013 18:48:09 +0000 (20:48 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 15 Apr 2013 09:32:45 +0000 (11:32 +0200)
commit33b2d02fb520d39a9a96ffc5e63de06df8a75c75
tree4550318c41f21502fc94952b7bdf877cbedfb831
parent5dcba8d70aa49ddb6072550398b658b8bd68cd42
backports: dissolve compat-3.9.h

Move everything into the appropriate header files.

Also include uidgid.h into the new fs.h since kernels
that had uidgid.h include it already, so it doesn't
change anything there, but those that don't have it
obviously can't have included it and people rely on
it behing included there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
16 files changed:
backport/backport-include/backport/backport.h
backport/backport-include/backport/magic.h [new file with mode: 0644]
backport/backport-include/linux/compat-2.6.29.h
backport/backport-include/linux/compat-3.6.h
backport/backport-include/linux/compat-3.9.h [deleted file]
backport/backport-include/linux/device.h [new file with mode: 0644]
backport/backport-include/linux/fs.h [new file with mode: 0644]
backport/backport-include/linux/idr.h [new file with mode: 0644]
backport/backport-include/linux/list.h [new file with mode: 0644]
backport/backport-include/linux/platform_device.h [new file with mode: 0644]
backport/backport-include/linux/printk.h
backport/backport-include/linux/rculist.h [new file with mode: 0644]
backport/backport-include/linux/scatterlist.h [new file with mode: 0644]
backport/backport-include/linux/tty_flip.h [new file with mode: 0644]
backport/backport-include/media/videobuf2-memops.h [new file with mode: 0644]
backport/backport-include/net/sock.h [new file with mode: 0644]