|
@@ -100,7 +100,6 @@ static int s3c2410_spigpio_probe(struct platform_device *dev)
|
|
struct spi_master *master;
|
|
struct spi_master *master;
|
|
struct s3c2410_spigpio *sp;
|
|
struct s3c2410_spigpio *sp;
|
|
int ret;
|
|
int ret;
|
|
- int i;
|
|
|
|
|
|
|
|
master = spi_alloc_master(&dev->dev, sizeof(struct s3c2410_spigpio));
|
|
master = spi_alloc_master(&dev->dev, sizeof(struct s3c2410_spigpio));
|
|
if (master == NULL) {
|
|
if (master == NULL) {
|
|
@@ -143,17 +142,6 @@ static int s3c2410_spigpio_probe(struct platform_device *dev)
|
|
if (ret)
|
|
if (ret)
|
|
goto err_no_bitbang;
|
|
goto err_no_bitbang;
|
|
|
|
|
|
- /* register the chips to go with the board */
|
|
|
|
-
|
|
|
|
- for (i = 0; i < sp->info->board_size; i++) {
|
|
|
|
- dev_info(&dev->dev, "registering %p: %s\n",
|
|
|
|
- &sp->info->board_info[i],
|
|
|
|
- sp->info->board_info[i].modalias);
|
|
|
|
-
|
|
|
|
- sp->info->board_info[i].controller_data = sp;
|
|
|
|
- spi_new_device(master, sp->info->board_info + i);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
err_no_bitbang:
|
|
err_no_bitbang:
|