dm: core: Alloc uclass-private data to be cache-aligned
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:05 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commitc7a3accc3f6a288ecbf9d62966792c93732060f2
treef2c77590441fe8b946f191b56c861c589680debf
parent4af3e9ad8aebd4ed73a6dc2db856f0018d9850a5
dm: core: Alloc uclass-private data to be cache-aligned

There is no reason why this feature should not be supported for uclass-
private data. Update the code accordingly.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/device.c
include/dm/uclass.h