View | Details | Raw Unified | Return to bug 114695
Collapse All | Expand All

(-)linux-2.6.12/drivers/i2c/busses/i2c-keywest.c (+1 lines)
Lines 729-734 static struct of_device_id i2c_keywest_m Link Here
729
	},
729
	},
730
	{},
730
	{},
731
};
731
};
732
MODULE_DEVICE_TABLE (of, i2c_keywest_match);
732
733
733
static struct macio_driver i2c_keywest_macio_driver = 
734
static struct macio_driver i2c_keywest_macio_driver = 
734
{
735
{
(-)linux-2.6.12/drivers/ide/ppc/pmac.c (+1 lines)
Lines 1653-1658 static struct of_device_id pmac_ide_maci Link Here
1653
	},
1653
	},
1654
	{},
1654
	{},
1655
};
1655
};
1656
MODULE_DEVICE_TABLE (of, pmac_ide_macio_match);
1656
1657
1657
static struct macio_driver pmac_ide_macio_driver = 
1658
static struct macio_driver pmac_ide_macio_driver = 
1658
{
1659
{
(-)linux-2.6.12/drivers/macintosh/mediabay.c (+1 lines)
Lines 816-821 static struct of_device_id media_bay_mat Link Here
816
	},
816
	},
817
	{},
817
	{},
818
};
818
};
819
MODULE_DEVICE_TABLE (of, media_bay_match);
819
820
820
static struct macio_driver media_bay_driver =
821
static struct macio_driver media_bay_driver =
821
{
822
{
(-)linux-2.6.12/drivers/macintosh/therm_pm72.c (+1 lines)
Lines 2017-2022 static struct of_device_id fcu_match[] = Link Here
2017
	},
2017
	},
2018
	{},
2018
	{},
2019
};
2019
};
2020
MODULE_DEVICE_TABLE (of, fcu_match);
2020
2021
2021
static struct of_platform_driver fcu_of_platform_driver = 
2022
static struct of_platform_driver fcu_of_platform_driver = 
2022
{
2023
{
(-)linux-2.6.12/drivers/macintosh/therm_windtunnel.c (+1 lines)
Lines 467-472 static struct of_device_id therm_of_matc Link Here
467
	.compatible	= "adm1030"
467
	.compatible	= "adm1030"
468
    }, {}
468
    }, {}
469
};
469
};
470
MODULE_DEVICE_TABLE (of, therm_of_match);
470
471
471
static struct of_platform_driver therm_of_driver = {
472
static struct of_platform_driver therm_of_driver = {
472
	.name		= "temperature",
473
	.name		= "temperature",
(-)linux-2.6.12/drivers/net/bmac.c (+1 lines)
Lines 1658-1663 static struct of_device_id bmac_match[] Link Here
1658
	},
1658
	},
1659
	{},
1659
	{},
1660
};
1660
};
1661
MODULE_DEVICE_TABLE (of, bmac_match);
1661
1662
1662
static struct macio_driver bmac_driver = 
1663
static struct macio_driver bmac_driver = 
1663
{
1664
{
(-)linux-2.6.12/drivers/net/mace.c (+1 lines)
Lines 1016-1021 static struct of_device_id mace_match[] Link Here
1016
	},
1016
	},
1017
	{},
1017
	{},
1018
};
1018
};
1019
MODULE_DEVICE_TABLE (of, mace_match);
1019
1020
1020
static struct macio_driver mace_driver = 
1021
static struct macio_driver mace_driver = 
1021
{
1022
{
(-)linux-2.6.12/sound/ppc/pmac.c (+32 lines)
Lines 871-876 static void __init detect_byte_swap(pmac Link Here
871
		chip->can_duplex = 0;
871
		chip->can_duplex = 0;
872
}
872
}
873
873
874
static struct of_device_id alsa_match[] =
875
{
876
	{
877
	.compatible	= "awacs"
878
	},
879
	{
880
	.compatible	= "screamer"
881
	},
882
	{
883
	.compatible	= "burgundy"
884
	},
885
	{
886
	.compatible	= "daca"
887
	},
888
	{
889
	.compatible	= "tumbler"
890
	},
891
	{
892
	.compatible	= "snapper"
893
	},
894
	{
895
	.compatible	= "AOAKeylargo"
896
	},
897
	{
898
	.compatible	= "AOAbase"
899
	},
900
	{
901
	.compatible	= "AOAK2"
902
	},
903
	{},
904
};
905
MODULE_DEVICE_TABLE (of, alsa_match);
874
906
875
/*
907
/*
876
 * detect a sound chip
908
 * detect a sound chip

Return to bug 114695