Thread (22 messages) 22 messages, 2 authors, 2014-06-25

[RFC v2 1/3] Mailbox: Add support for ACPI

From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-06-12 17:02:53
Also in: linux-acpi

On Thursday 12 June 2014 12:48:10 Ashwin Chaugule wrote:
+#ifndef CONFIG_ACPI
        if (!mbox->of_xlate)
                mbox->of_xlate = of_mbox_index_xlate;
-
+#endif
        mutex_lock(&con_mutex);
        list_add_tail(&mbox->node, &mbox_cons);
        mutex_unlock(&con_mutex);
You can't do #ifndef here, the driver must still work if
both OF and ACPI are enabled.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help