]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/hv/channel.c
drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode.
[mv-sheeva.git] / drivers / staging / hv / channel.c
index 7b553e6819afe8ccedcd631ef0b9cde679e32f11..26ebc77f22b7098f1f549edaacd2237efd99d0ea 100644 (file)
@@ -305,6 +305,7 @@ errorout:
        kfree(openInfo);
        return err;
 }
+EXPORT_SYMBOL_GPL(vmbus_open);
 
 /*
  * dump_gpadl_body - Dump the gpadl body message to the console for
@@ -703,6 +704,7 @@ void vmbus_close(struct vmbus_channel *channel)
                free_channel(channel);
        }
 }
+EXPORT_SYMBOL_GPL(vmbus_close);
 
 /**
  * vmbus_sendpacket() - Send the specified buffer on the given channel