I traced the compiler error back to the file "prltg_compat.h" deeply hidden in the prl_mod.tar.gz
When compiling prltg.c, it argues that the Function PDE is not defined. In prltg_compat.h you can see the following code:
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
static inline struct...