Merge tag 'media/v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[linux-2.6-block.git] / arch / x86 / kernel / xsave.c
index 4c540c4719d80d14a9797648d2d65cfc768c2e10..0de1fae2bdf000b5ed6cfae68d76ca21d5c246b9 100644 (file)
@@ -738,3 +738,4 @@ void *get_xsave_addr(struct xsave_struct *xsave, int xstate)
 
        return (void *)xsave + xstate_comp_offsets[feature];
 }
+EXPORT_SYMBOL_GPL(get_xsave_addr);