Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-2.6-microblaze.git] / include / linux / psp-sev.h
index 1595088..7fd17e8 100644 (file)
 
 #include <uapi/linux/psp-sev.h>
 
-#ifdef CONFIG_X86
-#include <linux/mem_encrypt.h>
-
-#define __psp_pa(x)    __sme_pa(x)
-#else
-#define __psp_pa(x)    __pa(x)
-#endif
-
 #define SEV_FW_BLOB_MAX_SIZE   0x4000  /* 16KB */
 
 /**