diff options
| author | 2017-08-21 21:48:37 +0100 | |
|---|---|---|
| committer | 2017-08-21 21:48:37 +0100 | |
| commit | f13db334bf7b68b0086d04ab6a51517ba41123b4 (patch) | |
| tree | 1ce74e775b64e9804aa5bbece3cdc94fd309912b /include/linux/cdev.h | |
| parent | ASoC: codecs: constify snd_soc_dai_ops structures (diff) | |
| parent | ASoC: qcom: apq8016-sbc: Add support to Headset JACK (diff) | |
Merge branch 'topic/msm8916' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-const
Diffstat (limited to 'include/linux/cdev.h')
| -rw-r--r-- | include/linux/cdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cdev.h b/include/linux/cdev.h index 408bc09ce497..cb28eb21e3ca 100644 --- a/include/linux/cdev.h +++ b/include/linux/cdev.h @@ -17,7 +17,7 @@ struct cdev { struct list_head list; dev_t dev; unsigned int count; -}; +} __randomize_layout; void cdev_init(struct cdev *, const struct file_operations *); |
