};
-static const struct greybus_module_id id_table[] = {
- { GREYBUS_DEVICE(0x42, 0x42) }, /* make shit up */
- { }, /* terminating NULL entry */
-};
-
static int battery_operation(struct gb_battery *gb, int type,
void *response, int response_size)
{
EXPORT_SYMBOL_GPL(greybus_deregister);
-static const struct greybus_module_id fake_greybus_module_id = {
- GREYBUS_DEVICE(0x42, 0x42)
-};
-
-
/**
* gb_add_module
*
// FIXME - some lock?
};
-static const struct greybus_module_id id_table[] = {
- { GREYBUS_DEVICE(0x43, 0x43) }, /* make shit up */
- { }, /* terminating NULL entry */
-};
-
static void gb_sd_request(struct mmc_host *mmc, struct mmc_request *mrq)
{
// FIXME - do something here...
struct mutex mutex;
};
-static const struct greybus_module_id id_table[] = {
- { GREYBUS_DEVICE(0x45, 0x45) }, /* make shit up */
- { }, /* terminating NULL entry */
-};
-
static struct tty_driver *gb_tty_driver;
static DEFINE_IDR(tty_minors);
static DEFINE_MUTEX(table_lock);