~ubuntu-branches/ubuntu/quantal/linux-backports-modules-3.5.0/quantal-updates

« back to all changes in this revision

Viewing changes to updates/cw-3.6/include/linux/kmemleak.h

  • Committer: Package Import Robot
  • Author(s): Leann Ogasawara
  • Date: 2012-10-10 22:28:55 UTC
  • Revision ID: package-import@ubuntu.com-20121010222855-qepocc61xktv6gs9
Tags: 3.5.0-17.1
* Open Quantal LBM
* Add compat-wireless 3.6
  -LP: #1066123

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <linux/version.h>
 
2
 
 
3
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,30))
 
4
#include_next <linux/kmemleak.h>
 
5
#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,25)) */