percpu: add __percpu sparse annotations to what's left
[deliverable/linux.git] / include / linux / dmaengine.h
index 78784982b33e36906dd47afd404287cdccdbc0f9..21fd9b7c6a40d1a519e1683ef798733625b151d7 100644 (file)
@@ -162,7 +162,7 @@ struct dma_chan {
        struct dma_chan_dev *dev;
 
        struct list_head device_node;
-       struct dma_chan_percpu *local;
+       struct dma_chan_percpu __percpu *local;
        int client_count;
        int table_count;
        void *private;
This page took 0.024135 seconds and 5 git commands to generate.