x86/rtc: Replace paravirt rtc check with platform legacy quirk
[deliverable/linux.git] / arch / x86 / include / asm / paravirt_types.h
index e8c2326478c8fabc4e03c04534c599072e2598fe..6acc1b26cf40add7650e6eb5fc2a1de61599ef10 100644 (file)
@@ -70,14 +70,9 @@ struct pv_info {
 #endif
 
        int paravirt_enabled;
-       unsigned int features;    /* valid only if paravirt_enabled is set */
        const char *name;
 };
 
-#define paravirt_has(x) paravirt_has_feature(PV_SUPPORTED_##x)
-/* Supported features */
-#define PV_SUPPORTED_RTC        (1<<0)
-
 struct pv_init_ops {
        /*
         * Patch may replace one of the defined code sequences with
This page took 0.031397 seconds and 5 git commands to generate.